差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

plugins:hooks [2014/10/15 11:22]
joyqi
plugins:hooks [2014/10/16 03:12] (当前版本)
joyqi [Widget_Archive]
行 1: 行 1:
 ====== 插件接口及功能列表 ====== ====== 插件接口及功能列表 ======
  
-===== Widget内置的接口 =====+===== 默认接口 =====
  
 在Typecho中只要这个类是继承自Typecho_Widget基类,它就默认具备了这个插件接口。接口开发者可以使用这个接口无缝地向当前的Class中注入方法 在Typecho中只要这个类是继承自Typecho_Widget基类,它就默认具备了这个插件接口。接口开发者可以使用这个接口无缝地向当前的Class中注入方法
行 27: 行 27:
  
  
-===== 句柄接口 =====+===== Widget接口 =====
  
 ==== Widget_Archive ==== ==== Widget_Archive ====
行 33: 行 33:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 39: 行 39:
 <​td><​code>​indexHandle</​code></​td>​ <​td><​code>​indexHandle</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​ +<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
-<​li><​code>​$select</​code></​li>​+<​li><​code>​$select</​code> ​Typecho_Db_Query对象</li>
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<td>当访问最近文章首页以及分页时被触发</td>
-</ul></td>+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​error404Handle</​code></​td>​ <​td><​code>​error404Handle</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​ +<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
-<​li><​code>​$select</​code></​li>​+<​li><​code>​$select</​code> ​Typecho_Db_Query对象</li>
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<td>当访问404页面时被触发</td>
-</ul></td>+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​singleHandle</​code></​td>​ <​td><​code>​singleHandle</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​ +<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
-<​li><​code>​$select</​code></​li>​+<​li><​code>​$select</​code> ​Typecho_Db_Query对象</li>
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<td>当访问单独页面时被触发(文章,页面,附件)</td>
-</ul></td>+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​categoryHandle</​code></​td>​ <​td><​code>​categoryHandle</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​ +<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
-<​li><​code>​$select</​code></​li>​+<​li><​code>​$select</​code> ​Typecho_Db_Query对象</li>
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<td>当访问按分类归档页面时被触发</td>
-</ul></td>+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​tagHandle</​code></​td>​ <​td><​code>​tagHandle</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​ +<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
-<​li><​code>​$select</​code></​li>​+<​li><​code>​$select</​code> ​Typecho_Db_Query对象</li>
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<td>当访问按标签归档页面时被触发</td>
-</ul></td>+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​authorHandle</​code></​td>​ <​td><​code>​authorHandle</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​ +<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
-<​li><​code>​$select</​code></​li>​+<​li><​code>​$select</​code> ​Typecho_Db_Query对象</li>
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<td>当访问按作者归档页面时被触发</td>
-</ul></td>+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​dateHandle</​code></​td>​ <​td><​code>​dateHandle</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​ +<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
-<​li><​code>​$select</​code></​li>​+<​li><​code>​$select</​code> ​Typecho_Db_Query对象</li>
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<td>当访问按日期归档页面时被触发</td>
-</ul></td>+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​search</​code></​td>​ <​td><​code>​search</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​$keywords</​code></​li>​ +<​li><​code>​$keywords</​code> ​搜索关键词</​li>​ 
-<​li><​code>​Widget_Archive</​code>​对象</​li>​+<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​
 </ul> </ul>
 </td> </td>
-<​td></​li+<td>这是一个独占接口,当访问搜索页面时被触发<br /> 
-</ul></​td>​+当这个接口被实现后,系统自己的搜索动作将不会继续,你需要在这个接口内自己push搜索的数据到Widget_Archive对象<br /> 
 +此接口多用于自己实现站内搜索来替换默认的 
 +</td>
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​searchHandle</​code></​td>​ <​td><​code>​searchHandle</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​ +<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
-<​li><​code>​$select</​code></​li>​+<​li><​code>​$select</​code> ​Typecho_Db_Query对象</li>
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<td>当访问搜索页面时被触发</td>
-</ul></td>+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​query</​code></​td>​ <​td><​code>​query</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​ +<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
-<​li><​code>​$select</​code></​li>​+<​li><​code>​$select</​code> ​Typecho_Db_Query对象</li>
 </ul> </ul>
 </td> </td>
-<​td></​li+<td>Widget_Archive所有的数据库查询动作最终将由一个query方法来执行<br /> 
-</ul></td>+此接口在query方法内,多用于hack某些查询语句</td>
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​select</​code></​td>​ <​td><​code>​select</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​+<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​handleInit</​code></​td>​ <​td><​code>​handleInit</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​ +<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
-<​li><​code>​$select</​code></​li>​+<​li><​code>​$select</​code> ​Typecho_Db_Query对象</li>
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​handle</​code></​td>​ <​td><​code>​handle</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​$parameter->​type</​code></​li>​ +<​li><​code>​type</​code></​li>​ 
-<​li><​code>​Widget_Archive</​code>​对象</​li>​ +<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
-<​li><​code>​$select</​code></​li>​+<​li><​code>​$select</​code> ​Typecho_Db_Query对象</li>
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​pageNav</​code></​td>​ <​td><​code>​pageNav</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​$currentPage</​code></​li>​+<​li><​code>​currentPage</​code></​li>​
 <​li><​code>​$total</​code></​li>​ <​li><​code>​$total</​code></​li>​
-<​li><​code>​$parameter->​pageSize</​code></​li>​+<​li><​code>​pageSize</​code></​li>​
 <​li><​code>​$prev</​code></​li>​ <​li><​code>​$prev</​code></​li>​
 <​li><​code>​$next</​code></​li>​ <​li><​code>​$next</​code></​li>​
行 178: 行 169:
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 185: 行 175:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$allows</​code></​li>​ <​li><​code>​$allows</​code></​li>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​+<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 195: 行 184:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$header</​code></​li>​ <​li><​code>​$header</​code></​li>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​+<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​footer</​code></​td>​ <​td><​code>​footer</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​+<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​beforeRender</​code></​td>​ <​td><​code>​beforeRender</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​+<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​afterRender</​code></​td>​ <​td><​code>​afterRender</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Archive</​code>​对象</​li>​+<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​commentFeedItem</​code></​td>​ <​td><​code>​commentFeedItem</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​$feedType</​code></​li>​+<​li><​code>​feedType</​code></​li>​
 <​li><​code>​$comments</​code></​li>​ <​li><​code>​$comments</​code></​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​feedItem</​code></​td>​ <​td><​code>​feedItem</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​$feedType</​code></​li>​ +<​li><​code>​feedType</​code></​li>​ 
-<​li><​code>​Widget_Archive</​code>​对象</​li>​+<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 </​tbody>​ </​tbody>​
 </​table>​ </​table>​
 </​html>​ </​html>​
- 
  
 ==== Widget_Feedback ==== ==== Widget_Feedback ====
行 257: 行 239:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 264: 行 246:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$comment</​code></​li>​ <​li><​code>​$comment</​code></​li>​
-<​li><​code>​$content</​code></​li>​+<​li><​code>​content</​code></​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishComment</​code></​td>​ <​td><​code>​finishComment</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Feedback</​code>​对象</​li>​+<​li><​code>​$feedback</​code> ​Widget_Feedback对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 283: 行 263:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$trackback</​code></​li>​ <​li><​code>​$trackback</​code></​li>​
-<​li><​code>​$content</​code></​li>​+<​li><​code>​content</​code></​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishTrackback</​code></​td>​ <​td><​code>​finishTrackback</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Feedback</​code>​对象</​li>​+<​li><​code>​$feedback</​code> ​Widget_Feedback对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 307: 行 285:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 313: 行 291:
 <​td><​code>​loginFail</​code></​td>​ <​td><​code>​loginFail</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​$user</​code></​li>​ +<​li><​code>​user</​code></​li>​ 
-<​li><​code>​$request->​name</​code></​li>​ +<​li><​code>​name</​code></​li>​ 
-<​li><​code>​$request->​password</​code></​li>​ +<​li><​code>​password</​code></​li>​ 
-<​li><​code>1 == $request->​remember</​code></​li>​+<​li><​code>​remember</​code></​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​loginSucceed</​code></​td>​ <​td><​code>​loginSucceed</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​$user</​code></​li>​ +<​li><​code>​user</​code></​li>​ 
-<​li><​code>​$request->​name</​code></​li>​ +<​li><​code>​name</​code></​li>​ 
-<​li><​code>​$request->​password</​code></​li>​ +<​li><​code>​password</​code></​li>​ 
-<​li><​code>1 == $request->​remember</​code></​li>​+<​li><​code>​remember</​code></​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 343: 行 319:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 350: 行 326:
 <​td><​cite>​无</​cite>​ <​td><​cite>​无</​cite>​
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 362: 行 337:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 371: 行 346:
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishRegister</​code></​td>​ <​td><​code>​finishRegister</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Register</​code>​对象</​li>​+<​li><​code>​$register</​code> ​Widget_Register对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 392: 行 365:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 401: 行 374:
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​upload</​code></​td>​ <​td><​code>​upload</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Upload</​code>​对象</​li>​+<​li><​code>​$upload</​code> ​Widget_Upload对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 419: 行 390:
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​modify</​code></​td>​ <​td><​code>​modify</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Upload</​code>​对象</​li>​+<​li><​code>​$upload</​code> ​Widget_Upload对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 440: 行 409:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 452: 行 421:
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 462: 行 430:
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​loginSucceed</​code></​td>​ <​td><​code>​loginSucceed</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_User</​code>​对象</​li>​+<​li><​code>​$user</​code> ​Widget_User对象</​li>​
 <​li><​code>​$name</​code></​li>​ <​li><​code>​$name</​code></​li>​
 <​li><​code>​$password</​code></​li>​ <​li><​code>​$password</​code></​li>​
行 475: 行 442:
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​loginFail</​code></​td>​ <​td><​code>​loginFail</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_User</​code>​对象</​li>​+<​li><​code>​$user</​code> ​Widget_User对象</​li>​
 <​li><​code>​$name</​code></​li>​ <​li><​code>​$name</​code></​li>​
 <​li><​code>​$password</​code></​li>​ <​li><​code>​$password</​code></​li>​
行 488: 行 454:
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 495: 行 460:
 <​td><​cite>​无</​cite>​ <​td><​cite>​无</​cite>​
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 507: 行 471:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 514: 行 478:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$input['​text'​]</​code></​li>​ <​li><​code>​$input['​text'​]</​code></​li>​
-<​li><​code>​Widget_XmlRpc</​code>​对象</​li>​+<​li><​code>​$xmlRpc</​code> ​Widget_XmlRpc对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​upload</​code></​td>​ <​td><​code>​upload</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_XmlRpc</​code>​对象</​li>​+<​li><​code>​$xmlRpc</​code> ​Widget_XmlRpc对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 536: 行 498:
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishPingback</​code></​td>​ <​td><​code>​finishPingback</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_XmlRpc</​code>​对象</​li>​+<​li><​code>​$xmlRpc</​code> ​Widget_XmlRpc对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 557: 行 517:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 564: 行 524:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$text</​code></​li>​ <​li><​code>​$text</​code></​li>​
-<​li><​code>​Widget_Abstract_Comments</​code>​对象</​li>​+<​li><​code>​$comments</​code> ​Widget_Abstract_Comments对象</​li>​
 </ul> </ul>
 </td> </td>
行 580: 行 540:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$text</​code></​li>​ <​li><​code>​$text</​code></​li>​
-<​li><​code>​Widget_Abstract_Comments</​code>​对象</​li>​+<​li><​code>​$comments</​code> ​Widget_Abstract_Comments对象</​li>​
 </ul> </ul>
 </td> </td>
行 596: 行 556:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$value</​code></​li>​ <​li><​code>​$value</​code></​li>​
-<​li><​code>​Widget_Abstract_Comments</​code>​对象</​li>​+<​li><​code>​$comments</​code> ​Widget_Abstract_Comments对象</​li>​
 </ul> </ul>
 </td> </td>
行 614: 行 574:
 <​li><​code>​$rating</​code></​li>​ <​li><​code>​$rating</​code></​li>​
 <​li><​code>​$default</​code></​li>​ <​li><​code>​$default</​code></​li>​
-<​li><​code>​Widget_Abstract_Comments</​code>​对象</​li>​+<​li><​code>​$comments</​code> ​Widget_Abstract_Comments对象</​li>​
 </ul> </ul>
 </td> </td>
行 665: 行 625:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 671: 行 631:
 <​td><​code>​excerpt</​code></​td>​ <​td><​code>​excerpt</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​$text</​code></​li>​ +<​li><​code>​text</​code></​li>​ 
-<​li><​code>​Widget_Abstract_Contents</​code>​对象</​li>​+<​li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li>​
 </ul> </ul>
 </td> </td>
行 697: 行 657:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$excerpt</​code></​li>​ <​li><​code>​$excerpt</​code></​li>​
-<​li><​code>​Widget_Abstract_Contents</​code>​对象</​li>​+<​li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li>​
 </ul> </ul>
 </td> </td>
行 721: 行 681:
 <​td><​code>​content</​code></​td>​ <​td><​code>​content</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​$text</​code></​li>​ +<​li><​code>​text</​code></​li>​ 
-<​li><​code>​Widget_Abstract_Contents</​code>​对象</​li>​+<​li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li>​
 </ul> </ul>
 </td> </td>
行 747: 行 707:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$content</​code></​li>​ <​li><​code>​$content</​code></​li>​
-<​li><​code>​Widget_Abstract_Contents</​code>​对象</​li>​+<​li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li>​
 </ul> </ul>
 </td> </td>
行 796: 行 756:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$value</​code></​li>​ <​li><​code>​$value</​code></​li>​
-<​li><​code>​Widget_Abstract_Contents</​code>​对象</​li>​+<​li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li>​
 </ul> </ul>
 </td> </td>
行 820: 行 780:
 <​td><​code>​title</​code></​td>​ <​td><​code>​title</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​$title</​code></​li>​ +<​li><​code>​title</​code></​li>​ 
-<​li><​code>​Widget_Abstract_Contents</​code>​对象</​li>​+<​li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li>​
 </ul> </ul>
 </td> </td>
行 899: 行 859:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 906: 行 866:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$value</​code></​li>​ <​li><​code>​$value</​code></​li>​
-<​li><​code>​Widget_Abstract_Metas</​code>​对象</​li>​+<​li><​code>​$metas</​code> ​Widget_Abstract_Metas对象</​li>​
 </ul> </ul>
 </td> </td>
行 927: 行 887:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 934: 行 894:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$value</​code></​li>​ <​li><​code>​$value</​code></​li>​
-<​li><​code>​Widget_Abstract_Users</​code>​对象</​li>​+<​li><​code>​$users</​code> ​Widget_Abstract_Users对象</​li>​
 </ul> </ul>
 </td> </td>
行 956: 行 916:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 962: 行 922:
 <​td><​code>​listComments</​code></​td>​ <​td><​code>​listComments</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​$singleCommentOptions</​code></​li>​ +<​li><​code>​singleCommentOptions</​code></​li>​ 
-<​li><​code>​Widget_Comments_Archive</​code>​对象</​li>​+<​li><​code>​$archive</​code> ​Widget_Comments_Archive对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 973: 行 932:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$word</​code></​li>​ <​li><​code>​$word</​code></​li>​
-<​li><​code>​Widget_Comments_Archive</​code>​对象</​li>​+<​li><​code>​$archive</​code> ​Widget_Comments_Archive对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 983: 行 941:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$word</​code></​li>​ <​li><​code>​$word</​code></​li>​
-<​li><​code>​Widget_Comments_Archive</​code>​对象</​li>​+<​li><​code>​$archive</​code> ​Widget_Comments_Archive对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 998: 行 955:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 1005: 行 962:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$comment</​code></​li>​ <​li><​code>​$comment</​code></​li>​
-<​li><​code>​Widget_Comments_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​
 <​li><​code>​$status</​code></​li>​ <​li><​code>​$status</​code></​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 1016: 行 972:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$comment</​code></​li>​ <​li><​code>​$comment</​code></​li>​
-<​li><​code>​Widget_Comments_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 1026: 行 981:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$comment</​code></​li>​ <​li><​code>​$comment</​code></​li>​
-<​li><​code>​Widget_Comments_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 1036: 行 990:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$comment</​code></​li>​ <​li><​code>​$comment</​code></​li>​
-<​li><​code>​Widget_Comments_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishEdit</​code></​td>​ <​td><​code>​finishEdit</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Comments_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 1055: 行 1007:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$comment</​code></​li>​ <​li><​code>​$comment</​code></​li>​
-<​li><​code>​Widget_Comments_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
 <​td><​code>​finishComment</​code></​td>​ <​td><​code>​finishComment</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​Widget_Comments_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 1079: 行 1029:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 1086: 行 1036:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$post</​code></​li>​ <​li><​code>​$post</​code></​li>​
-<​li><​code>​Widget_Contents_Attachment_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Contents_Attachment_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 1096: 行 1045:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$post</​code></​li>​ <​li><​code>​$post</​code></​li>​
-<​li><​code>​Widget_Contents_Attachment_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Contents_Attachment_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 1106: 行 1054:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$post</​code></​li>​ <​li><​code>​$post</​code></​li>​
-<​li><​code>​Widget_Contents_Attachment_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Contents_Attachment_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 1116: 行 1063:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$post</​code></​li>​ <​li><​code>​$post</​code></​li>​
-<​li><​code>​Widget_Contents_Attachment_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Contents_Attachment_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 1131: 行 1077:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 1138: 行 1084:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$contents</​code></​li>​ <​li><​code>​$contents</​code></​li>​
-<​li><​code>​Widget_Contents_Page_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 1148: 行 1093:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$contents</​code></​li>​ <​li><​code>​$contents</​code></​li>​
-<​li><​code>​Widget_Contents_Page_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 1158: 行 1102:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$contents</​code></​li>​ <​li><​code>​$contents</​code></​li>​
-<​li><​code>​Widget_Contents_Page_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 1168: 行 1111:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$page</​code></​li>​ <​li><​code>​$page</​code></​li>​
-<​li><​code>​Widget_Contents_Page_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 <tr> <tr>
行 1178: 行 1120:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$page</​code></​li>​ <​li><​code>​$page</​code></​li>​
-<​li><​code>​Widget_Contents_Page_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
-<td></​li>​ +<​td></​td>​
-</ul></​td>​+
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 1193: 行 1134:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 1211: 行 1152:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$contents</​code></​li>​ <​li><​code>​$contents</​code></​li>​
-<​li><​code>​Widget_Contents_Post_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
行 1223: 行 1164:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$contents</​code></​li>​ <​li><​code>​$contents</​code></​li>​
-<​li><​code>​Widget_Contents_Post_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
行 1235: 行 1176:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$contents</​code></​li>​ <​li><​code>​$contents</​code></​li>​
-<​li><​code>​Widget_Contents_Post_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
行 1247: 行 1188:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$post</​code></​li>​ <​li><​code>​$post</​code></​li>​
-<​li><​code>​Widget_Contents_Post_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
行 1259: 行 1200:
 <​td><​ul>​ <​td><​ul>​
 <​li><​code>​$post</​code></​li>​ <​li><​code>​$post</​code></​li>​
-<​li><​code>​Widget_Contents_Post_Edit</​code>​对象</​li>​+<​li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li>​
 </ul> </ul>
 </td> </td>
行 1276: 行 1217:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th width="​15%">​接口</​th>​+    <th width="​20%">​接口</​th>​
     <th width="​30%">​参数</​th>​     <th width="​30%">​参数</​th>​
     <​th>​描述</​th>​     <​th>​描述</​th>​
行 1282: 行 1223:
 <​td><​code>​listCategories</​code></​td>​ <​td><​code>​listCategories</​code></​td>​
 <​td><​ul>​ <​td><​ul>​
-<​li><​code>​$categoryOptions</​code></​li>​ +<​li><​code>​categoryOptions</​code></​li>​ 
-<​li><​code>​Widget_Metas_Category_List</​code>​对象</​li>​+<​li><​code>​$list</​code> ​Widget_Metas_Category_List对象</​li>​
 </ul> </ul>
 </td> </td>
打印/导出