差别

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

到此差别页面的链接

plugins:hooks [2014/10/15 10:23]
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>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Archive</​td>​ +<td><​code>​indexHandle</​code>​</​td>​ 
-<td>indexHandle</td+<​td><​ul
-<td>​Widget_Archive对象<​br /> +<li><​code>​$archive</​code> Widget_Archive对象</​li
-$select</td> +<li><code>$select</codeTypecho_Db_Query对象</li> 
-<td></td> +</ul>
-<td><​cite>​无</cite>+
 </td> </td>
 +<​td>​当访问最近文章首页以及分页时被触发</​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​error404Handle</​code>​</​td>​ 
-<td>error404Handle</td+<​td><​ul
-<td>​Widget_Archive对象<​br /> +<li><​code>​$archive</​code> Widget_Archive对象</​li
-$select</td> +<li><code>$select</codeTypecho_Db_Query对象</li> 
-<td></td> +</ul>
-<td><​cite>​无</cite>+
 </td> </td>
 +<​td>​当访问404页面时被触发</​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​singleHandle</​code>​</​td>​ 
-<td>singleHandle</td+<​td><​ul
-<td>​Widget_Archive对象<​br /> +<li><​code>​$archive</​code> Widget_Archive对象</​li
-$select</td> +<li><code>$select</codeTypecho_Db_Query对象</li> 
-<td></td> +</ul>
-<td><​cite>​无</cite>+
 </td> </td>
 +<​td>​当访问单独页面时被触发(文章,页面,附件)</​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​categoryHandle</​code>​</​td>​ 
-<td>categoryHandle</td+<​td><​ul
-<td>​Widget_Archive对象<​br /> +<li><​code>​$archive</​code> Widget_Archive对象</​li
-$select</td> +<li><code>$select</codeTypecho_Db_Query对象</li> 
-<td></td> +</ul>
-<td><​cite>​无</cite>+
 </td> </td>
 +<​td>​当访问按分类归档页面时被触发</​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​tagHandle</​code>​</​td>​ 
-<td>tagHandle</td+<​td><​ul
-<td>​Widget_Archive对象<​br /> +<li><​code>​$archive</​code> Widget_Archive对象</​li
-$select</td> +<li><code>$select</codeTypecho_Db_Query对象</li> 
-<td></td> +</ul>
-<td><​cite>​无</cite>+
 </td> </td>
 +<​td>​当访问按标签归档页面时被触发</​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​authorHandle</​code>​</​td>​ 
-<td>authorHandle</td+<​td><​ul
-<td>​Widget_Archive对象<​br /> +<li><​code>​$archive</​code> Widget_Archive对象</​li
-$select</td> +<li><code>$select</codeTypecho_Db_Query对象</li> 
-<td></td> +</ul>
-<td><​cite>​无</cite>+
 </td> </td>
 +<​td>​当访问按作者归档页面时被触发</​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​dateHandle</​code>​</​td>​ 
-<td>dateHandle</td+<​td><​ul
-<td>​Widget_Archive对象<​br /> +<li><​code>​$archive</​code> Widget_Archive对象</​li
-$select</td> +<li><code>$select</codeTypecho_Db_Query对象</li> 
-<td></td> +</ul>
-<td><​cite>​无</cite>+
 </td> </td>
 +<​td>​当访问按日期归档页面时被触发</​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​search</​code>​</​td>​ 
-<td>search</td+<​td><​ul
-<td>​$keywords<​br /> +<li><​code>​$keywords</​code> 搜索关键词</​li
-Widget_Archive对象</​td+<​li><​code>​$archive</​code> ​Widget_Archive对象</​li
-<td></​td>​ +</ul> 
-<​td><​cite></cite>+</​td>​ 
 +<td>这是一个独占接口,当访问搜索页面时被触发<br /> 
 +当这个接口被实现后,系统自己的搜索动作将不会继续,你需要在这个接口内自己push搜索的数据到Widget_Archive对象<br /> 
 +此接口多用于自己实现站内搜索来替换默认的
 </td> </td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​searchHandle</​code>​</​td>​ 
-<td>searchHandle</td+<​td><​ul
-<td>​Widget_Archive对象<​br /> +<li><​code>​$archive</​code> Widget_Archive对象</​li
-$select</td> +<li><code>$select</codeTypecho_Db_Query对象</li> 
-<td></td> +</ul>
-<td><​cite>​无</cite>+
 </td> </td>
 +<​td>​当访问搜索页面时被触发</​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​query</​code>​</​td>​ 
-<td>query</td+<​td><​ul
-<td>​Widget_Archive对象<​br /> +<li><​code>​$archive</​code> Widget_Archive对象</​li
-$select</td> +<li><code>$select</codeTypecho_Db_Query对象</li> 
-<td></td> +</ul>
-<td><​cite>​无</cite>+
 </td> </td>
 +<​td>​Widget_Archive所有的数据库查询动作最终将由一个query方法来执行<​br />
 +此接口在query方法内,多用于hack某些查询语句</​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​select</​code>​</​td>​ 
-<td>select</td+<​td><​ul
-<td>​Widget_Archive对象</​td>​+<li><​code>​$archive</​code> Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​handleInit</​code>​</​td>​ 
-<td>handleInit</td+<​td><​ul
-<td>​Widget_Archive对象<​br /> +<li><​code>​$archive</​code> Widget_Archive对象</​li
-$select</​td>​+<​li><​code>​$select</​code>​ Typecho_Db_Query对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​handle</​code>​</​td>​ 
-<td>handle</td+<​td><​ul
-<td>$parameter->​type<​br /> +<li><code>​type</​code></​li
-Widget_Archive对象<​br /> +<​li><​code>​$archive</​code> ​Widget_Archive对象</​li
-$select</td> +<li><code>$select</codeTypecho_Db_Query对象</li> 
-<td></td> +</ul>
-<td><​cite>​无</cite>+
 </td> </td>
 +<​td></​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​pageNav</​code>​</​td>​ 
-<td>pageNav</td+<​td><​ul
-<td>$currentPage<​br /> +<li><​code>​currentPage</​code></​li
-$total<br /> +<​li><​code>​$total</code></​li
-$parameter->​pageSize<​br /> +<​li><​code>​pageSize</​code></​li
-$prev<br /> +<​li><​code>​$prev</code></​li
-$next<br /> +<​li><​code>​$next</code></​li
-$splitPage<​br /> +<​li><​code>​$splitPage</​code></​li
-$splitWord</​td>​+<​li><​code>​$splitWord</​code></​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​headerOptions</​code>​</​td>​ 
-<td>headerOptions</td+<​td><​ul
-<td>​$allows<​br /> +<li><​code>​$allows</​code></​li
-Widget_Archive对象</​td>​+<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​header</​code>​</​td>​ 
-<td>header</td+<​td><​ul
-<td>​$header<​br /> +<li><​code>​$header</​code></​li
-Widget_Archive对象</​td>​+<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​footer</​code>​</​td>​ 
-<td>footer</td+<​td><​ul
-<td>​Widget_Archive对象</​td>​+<li><​code>​$archive</​code> Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​beforeRender</​code>​</​td>​ 
-<td>beforeRender</td+<​td><​ul
-<td>​Widget_Archive对象</​td>​+<li><​code>​$archive</​code> Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​afterRender</​code>​</​td>​ 
-<td>afterRender</td+<​td><​ul
-<td>​Widget_Archive对象</​td>​+<li><​code>​$archive</​code> Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​commentFeedItem</​code>​</​td>​ 
-<td>commentFeedItem</td+<​td><​ul
-<td>$feedType<​br /> +<li><​code>​feedType</​code></​li
-$comments</​td>​+<​li><​code>​$comments</​code></​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Archive</​td>​ +<td><​code>​feedItem</​code>​</​td>​ 
-<td>feedItem</td+<​td><​ul
-<td>$feedType<​br /> +<li><​code>​feedType</​code></​li
-Widget_Archive对象</​td>​+<​li><​code>​$archive</​code> ​Widget_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 </​tbody>​ </​tbody>​
 </​table>​ </​table>​
 </​html>​ </​html>​
- 
  
 ==== Widget_Feedback ==== ==== Widget_Feedback ====
行 238: 行 239:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Feedback</​td>​ +<td><​code>​comment</​code>​</​td>​ 
-<td>comment</td+<​td><​ul
-<td>​$comment<​br /> +<li><​code>​$comment</​code></li
-$content</td+<li><code>content</code></li> 
-<td></td> +</ul>
-<td><cite></cite>+
 </td> </td>
 +<​td></​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Feedback</​td>​ +<td><​code>​finishComment</​code>​</​td>​ 
-<td>finishComment</td+<​td><​ul
-<td>​Widget_Feedback对象</​td>​+<li><​code>​$feedback</​code> Widget_Feedback对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Feedback</​td>​ +<td><​code>​trackback</​code>​</​td>​ 
-<td>trackback</td+<​td><​ul
-<td>​$trackback<​br /> +<li><​code>​$trackback</​code></​li
-$content</​td>​+<​li><​code>​content</​code></​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Feedback</​td>​ +<td><​code>​finishTrackback</​code>​</​td>​ 
-<td>finishTrackback</td+<​td><​ul
-<td>​Widget_Feedback对象</​td>​+<li><​code>​$feedback</​code> Widget_Feedback对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 286: 行 285:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Login</​td>​ +<td><​code>​loginFail</​code>​</​td>​ 
-<td>loginFail</td+<​td><​ul
-<td>$user<br /> +<li><​code>​user</​code></​li
-$request->​name<​br /> +<​li><​code>​name</​code></​li
-$request->​password<​br /> +<​li><​code>​password</​code></​li
-1 == $request->​remember</​td>​+<​li><​code>​remember</​code></​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Login</​td>​ +<td><​code>​loginSucceed</​code>​</​td>​ 
-<td>loginSucceed</td+<​td><​ul
-<td>$user<br /> +<li><​code>​user</​code></​li
-$request->​name<​br /> +<​li><​code>​name</​code></​li
-$request->​password<​br /> +<​li><​code>​password</​code></​li
-1 == $request->​remember</​td>​+<​li><​code>​remember</​code></​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 322: 行 319:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Logout</td> +<​td><​code>logout</code></​td>​
-<td>logout</td>+
 <​td><​cite>​无</​cite>​ <​td><​cite>​无</​cite>​
 </td> </td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 345: 行 337:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Register</td> +<​td><​code>register</code></​td>​ 
-<td>register</​td>​ +<​td><​ul
-<td>$dataStruct</td+<li><code>$dataStruct</code></li> 
-<td></td> +</ul>
-<td><cite></cite>+
 </td> </td>
 +<​td></​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Register</​td>​ +<td><​code>​finishRegister</​code>​</​td>​ 
-<td>finishRegister</td+<​td><​ul
-<td>​Widget_Register对象</​td>​+<li><​code>​$register</​code> Widget_Register对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 375: 行 365:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Upload</​td>​ +<td><​code>​beforeUpload</​code>​</​td>​ 
-<td>beforeUpload</td+<​td><​ul
-<td>​$result</​td>​+<li><​code>$result</​code></​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Upload</td> +<​td><​code>upload</code></​td>​ 
-<td>upload</​td>​ +<​td><​ul
-<td>Widget_Upload对象</td+<li><code>$upload</codeWidget_Upload对象</li> 
-<td></td> +</ul>
-<td><cite></cite>+
 </td> </td>
 +<​td></​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Upload</​td>​ +<td><​code>​beforeModify</​code>​</​td>​ 
-<td>beforeModify</td+<​td><​ul
-<td>​$result</​td>​+<li><​code>$result</​code></​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Upload</​td>​ +<td><​code>​modify</​code>​</​td>​ 
-<td>modify</td+<​td><​ul
-<td>​Widget_Upload对象</​td>​+<li><​code>​$upload</​code> Widget_Upload对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 421: 行 409:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_User</​td>​ +<td><​code>​login</​code>​</​td>​ 
-<td>login</td+<​td><​ul
-<td>​$name<​br /> +<li><​code>​$name</​code></​li
-$password<​br /> +<​li><​code>​$password</​code></​li
-$temporarily<​br /> +<​li><​code>​$temporarily</​code></li
-$expire</td+<li><code>$expire</code></li> 
-<td></td> +</ul>
-<td><cite></cite>+
 </td> </td>
 +<​td></​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_User</​td>​ +<td><​code>​hashValidate</​code>​</​td>​ 
-<td>hashValidate</td+<​td><​ul
-<td>​$password<​br /> +<li><​code>​$password</​code></​li
-$user['​password'​]</​td>​+<​li><​code>​$user['​password'​]</​code></​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_User</​td>​ +<td><​code>​loginSucceed</​code>​</​td>​ 
-<td>loginSucceed</td+<​td><​ul
-<td>​Widget_User对象<​br /> +<li><​code>​$user</​code> Widget_User对象</​li
-$name<br /> +<​li><​code>​$name</code></​li
-$password<​br /> +<​li><​code>​$password</​code></​li
-$temporarily<​br /> +<​li><​code>​$temporarily</​code></​li
-$expire</​td>​+<​li><​code>​$expire</​code></​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_User</​td>​ +<td><​code>​loginFail</​code>​</​td>​ 
-<td>loginFail</td+<​td><​ul
-<td>​Widget_User对象<​br /> +<li><​code>​$user</​code> Widget_User对象</​li
-$name<br /> +<​li><​code>​$name</code></​li
-$password<​br /> +<​li><​code>​$password</​code></​li
-$temporarily<​br /> +<​li><​code>​$temporarily</​code></​li
-$expire</​td>​+<​li><​code>​$expire</​code></​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_User</td> +<​td><​code>logout</code></​td>​
-<td>logout</td>+
 <​td><​cite>​无</​cite>​ <​td><​cite>​无</​cite>​
 </td> </td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 488: 行 471:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_XmlRpc</​td>​ +<td><​code>​textFilter</​code>​</​td>​ 
-<td>textFilter</td+<​td><​ul
-<td>​$input['​text'​]<​br /> +<li><​code>​$input['​text'​]</​code></​li
-Widget_XmlRpc对象</​td>​+<​li><​code>​$xmlRpc</​code> ​Widget_XmlRpc对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_XmlRpc</td> +<​td><​code>upload</code></​td>​ 
-<td>upload</​td>​ +<​td><​ul
-<td>Widget_XmlRpc对象</td+<li><code>$xmlRpc</codeWidget_XmlRpc对象</li> 
-<td></td> +</ul>
-<td><cite></cite>+
 </td> </td>
 +<​td></​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_XmlRpc</​td>​ +<td><​code>​pingback</​code>​</​td>​ 
-<td>pingback</td+<​td><​ul
-<td>​$pingback<​br /> +<li><​code>​$pingback</​code></​li
-$post</​td>​+<​li><​code>​$post</​code></​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_XmlRpc</​td>​ +<td><​code>​finishPingback</​code>​</​td>​ 
-<td>finishPingback</td+<​td><​ul
-<td>​Widget_XmlRpc对象</​td>​+<li><​code>​$xmlRpc</​code> Widget_XmlRpc对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 536: 行 517:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Abstract_Comments</​td>​ +<td><​code>​content</​code>​</​td>​ 
-<td>content</td+<​td><​ul
-<td>​$text<​br /> +<li><​code>​$text</​code></​li
-Widget_Abstract_Comments对象</​td+<​li><​code>​$comments</​code> ​Widget_Abstract_Comments对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Feedback<br /> +</​td>​ 
-Widget_Comments_Admin<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_Comments_Archive<​br /> +<​li><​code>​Widget_Feedback</​code></​li>​ 
-Widget_Comments_Edit<​br /> +<​li><​code>​Widget_Comments_Admin</​code></​li
-Widget_Comments_Ping<​br /> +<​li><​code>​Widget_Comments_Archive</​code></​li
-Widget_Comments_Recent</​td>​+<​li><​code>​Widget_Comments_Edit</​code></​li
 +<​li><​code>​Widget_Comments_Ping</​code></​li
 +<​li><​code>​Widget_Comments_Recent</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Abstract_Comments</​td>​ +<td><​code>​contentEx</​code>​</​td>​ 
-<td>contentEx</td+<​td><​ul
-<td>​$text<​br /> +<li><​code>​$text</​code></​li
-Widget_Abstract_Comments对象</​td+<​li><​code>​$comments</​code> ​Widget_Abstract_Comments对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Feedback<br /> +</​td>​ 
-Widget_Comments_Admin<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_Comments_Archive<​br /> +<​li><​code>​Widget_Feedback</​code></​li>​ 
-Widget_Comments_Edit<​br /> +<​li><​code>​Widget_Comments_Admin</​code></​li
-Widget_Comments_Ping<​br /> +<​li><​code>​Widget_Comments_Archive</​code></​li
-Widget_Comments_Recent</​td>​+<​li><​code>​Widget_Comments_Edit</​code></​li
 +<​li><​code>​Widget_Comments_Ping</​code></​li
 +<​li><​code>​Widget_Comments_Recent</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Abstract_Comments</​td>​ +<td><​code>​filter</​code>​</​td>​ 
-<td>filter</td+<​td><​ul
-<td>​$value<​br /> +<li><​code>​$value</​code></​li
-Widget_Abstract_Comments对象</​td+<​li><​code>​$comments</​code> ​Widget_Abstract_Comments对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Feedback<br /> +</​td>​ 
-Widget_Comments_Admin<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_Comments_Archive<​br /> +<​li><​code>​Widget_Feedback</​code></​li>​ 
-Widget_Comments_Edit<​br /> +<​li><​code>​Widget_Comments_Admin</​code></​li
-Widget_Comments_Ping<​br /> +<​li><​code>​Widget_Comments_Archive</​code></​li
-Widget_Comments_Recent</​td>​+<​li><​code>​Widget_Comments_Edit</​code></​li
 +<​li><​code>​Widget_Comments_Ping</​code></​li
 +<​li><​code>​Widget_Comments_Recent</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Abstract_Comments</​td>​ +<td><​code>​gravatar</​code>​</​td>​ 
-<td>gravatar</td+<​td><​ul
-<td>​$size<​br /> +<li><​code>​$size</​code></​li
-$rating<br /> +<​li><​code>​$rating</​code></​li
-$default<​br /> +<​li><​code>​$default</​code></​li
-Widget_Abstract_Comments对象</​td+<​li><​code>​$comments</​code> ​Widget_Abstract_Comments对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Feedback<br /> +</​td>​ 
-Widget_Comments_Admin<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_Comments_Archive<​br /> +<​li><​code>​Widget_Feedback</​code></​li>​ 
-Widget_Comments_Edit<​br /> +<​li><​code>​Widget_Comments_Admin</​code></​li
-Widget_Comments_Ping<​br /> +<​li><​code>​Widget_Comments_Archive</​code></​li
-Widget_Comments_Recent</​td>​+<​li><​code>​Widget_Comments_Edit</​code></​li
 +<​li><​code>​Widget_Comments_Ping</​code></​li
 +<​li><​code>​Widget_Comments_Recent</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Abstract_Comments</​td>​ +<td><​code>​autoP</​code>​</​td>​ 
-<td>autoP</td+<​td><​ul
-<td>​$text</​td+<li><​code>​$text</​code></​li
-<td></​td>​ +</ul> 
-<td>Widget_Feedback<br /> +</​td>​ 
-Widget_Comments_Admin<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_Comments_Archive<​br /> +<​li><​code>​Widget_Feedback</​code></​li>​ 
-Widget_Comments_Edit<​br /> +<​li><​code>​Widget_Comments_Admin</​code></​li
-Widget_Comments_Ping<​br /> +<​li><​code>​Widget_Comments_Archive</​code></​li
-Widget_Comments_Recent</​td>​+<​li><​code>​Widget_Comments_Edit</​code></​li
 +<​li><​code>​Widget_Comments_Ping</​code></​li
 +<​li><​code>​Widget_Comments_Recent</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Abstract_Comments</​td>​ +<td><​code>​markdown</​code>​</​td>​ 
-<td>markdown</td+<​td><​ul
-<td>​$text</​td+<li><​code>​$text</​code></​li
-<td></​td>​ +</ul> 
-<td>Widget_Feedback<br /> +</​td>​ 
-Widget_Comments_Admin<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_Comments_Archive<​br /> +<​li><​code>​Widget_Feedback</​code></​li>​ 
-Widget_Comments_Edit<​br /> +<​li><​code>​Widget_Comments_Admin</​code></​li
-Widget_Comments_Ping<​br /> +<​li><​code>​Widget_Comments_Archive</​code></​li
-Widget_Comments_Recent</​td>​+<​li><​code>​Widget_Comments_Edit</​code></​li
 +<​li><​code>​Widget_Comments_Ping</​code></​li
 +<​li><​code>​Widget_Comments_Recent</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 628: 行 625:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Abstract_Contents</​td>​ +<td><​code>​excerpt</​code>​</​td>​ 
-<td>excerpt</td+<​td><​ul
-<td>$text<br /> +<li><​code>​text</​code></​li
-Widget_Abstract_Contents对象</​td+<​li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Archive<br /> +</​td>​ 
-Widget_Upload<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_XmlRpc<​br /> +<​li><​code>​Widget_Archive</​code></​li>​ 
-Widget_Contents_Related<​br /> +<​li><​code>​Widget_Upload</​code></​li
-Widget_Contents_Attachment_Admin<​br /> +<​li><​code>​Widget_XmlRpc</​code></​li
-Widget_Contents_Attachment_Related<​br /> +<​li><​code>​Widget_Contents_Related</​code></​li
-Widget_Contents_Attachment_Unattached<​br /> +<​li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-Widget_Contents_Page_List<​br /> +<​li><​code>​Widget_Contents_Attachment_Related</​code></​li
-Widget_Contents_Post_Admin<​br /> +<​li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-Widget_Contents_Page_Admin<​br /> +<​li><​code>​Widget_Contents_Page_List</​code></​li
-Widget_Contents_Post_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Admin</​code></​li
-Widget_Contents_Attachment_Edit<​br /> +<​li><​code>​Widget_Contents_Page_Admin</​code></​li
-Widget_Contents_Page_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Edit</​code></​li
-Widget_Contents_Post_Recent<​br /> +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li
-Widget_Contents_Related_Author</​td>​+<​li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<​li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<​li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Abstract_Contents</​td>​ +<td><​code>​excerptEx</​code>​</​td>​ 
-<td>excerptEx</td+<​td><​ul
-<td>​$excerpt<​br /> +<li><​code>​$excerpt</​code></​li
-Widget_Abstract_Contents对象</​td+<​li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Archive<br /> +</​td>​ 
-Widget_Upload<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_XmlRpc<​br /> +<​li><​code>​Widget_Archive</​code></​li>​ 
-Widget_Contents_Related<​br /> +<​li><​code>​Widget_Upload</​code></​li
-Widget_Contents_Attachment_Admin<​br /> +<​li><​code>​Widget_XmlRpc</​code></​li
-Widget_Contents_Attachment_Related<​br /> +<​li><​code>​Widget_Contents_Related</​code></​li
-Widget_Contents_Attachment_Unattached<​br /> +<​li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-Widget_Contents_Page_List<​br /> +<​li><​code>​Widget_Contents_Attachment_Related</​code></​li
-Widget_Contents_Post_Admin<​br /> +<​li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-Widget_Contents_Page_Admin<​br /> +<​li><​code>​Widget_Contents_Page_List</​code></​li
-Widget_Contents_Post_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Admin</​code></​li
-Widget_Contents_Attachment_Edit<​br /> +<​li><​code>​Widget_Contents_Page_Admin</​code></​li
-Widget_Contents_Page_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Edit</​code></​li
-Widget_Contents_Post_Recent<​br /> +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li
-Widget_Contents_Related_Author</​td>​+<​li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<​li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<​li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Abstract_Contents</​td>​ +<td><​code>​content</​code>​</​td>​ 
-<td>content</td+<​td><​ul
-<td>$text<br /> +<li><​code>​text</​code></​li
-Widget_Abstract_Contents对象</​td+<​li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Archive<br /> +</​td>​ 
-Widget_Upload<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_XmlRpc<​br /> +<​li><​code>​Widget_Archive</​code></​li>​ 
-Widget_Contents_Related<​br /> +<​li><​code>​Widget_Upload</​code></​li
-Widget_Contents_Attachment_Admin<​br /> +<​li><​code>​Widget_XmlRpc</​code></​li
-Widget_Contents_Attachment_Related<​br /> +<​li><​code>​Widget_Contents_Related</​code></​li
-Widget_Contents_Attachment_Unattached<​br /> +<​li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-Widget_Contents_Page_List<​br /> +<​li><​code>​Widget_Contents_Attachment_Related</​code></​li
-Widget_Contents_Post_Admin<​br /> +<​li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-Widget_Contents_Page_Admin<​br /> +<​li><​code>​Widget_Contents_Page_List</​code></​li
-Widget_Contents_Post_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Admin</​code></​li
-Widget_Contents_Attachment_Edit<​br /> +<​li><​code>​Widget_Contents_Page_Admin</​code></​li
-Widget_Contents_Page_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Edit</​code></​li
-Widget_Contents_Post_Recent<​br /> +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li
-Widget_Contents_Related_Author</​td>​+<​li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<​li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<​li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Abstract_Contents</​td>​ +<td><​code>​contentEx</​code>​</​td>​ 
-<td>contentEx</td+<​td><​ul
-<td>​$content<​br /> +<li><​code>​$content</​code></​li
-Widget_Abstract_Contents对象</​td+<​li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Archive<br /> +</​td>​ 
-Widget_Upload<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_XmlRpc<​br /> +<​li><​code>​Widget_Archive</​code></​li>​ 
-Widget_Contents_Related<​br /> +<​li><​code>​Widget_Upload</​code></​li
-Widget_Contents_Attachment_Admin<​br /> +<​li><​code>​Widget_XmlRpc</​code></​li
-Widget_Contents_Attachment_Related<​br /> +<​li><​code>​Widget_Contents_Related</​code></​li
-Widget_Contents_Attachment_Unattached<​br /> +<​li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-Widget_Contents_Page_List<​br /> +<​li><​code>​Widget_Contents_Attachment_Related</​code></​li
-Widget_Contents_Post_Admin<​br /> +<​li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-Widget_Contents_Page_Admin<​br /> +<​li><​code>​Widget_Contents_Page_List</​code></​li
-Widget_Contents_Post_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Admin</​code></​li
-Widget_Contents_Attachment_Edit<​br /> +<​li><​code>​Widget_Contents_Page_Admin</​code></​li
-Widget_Contents_Page_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Edit</​code></​li
-Widget_Contents_Post_Recent<​br /> +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li
-Widget_Contents_Related_Author</​td>​+<​li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<​li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<​li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Abstract_Contents</​td>​ +<td><​code>​isFieldReadOnly</​code>​</​td>​ 
-<td>isFieldReadOnly</td+<​td><​ul
-<td>​$name</​td+<li><​code>​$name</​code></​li
-<td></​td>​ +</ul> 
-<td>Widget_Archive<br /> +</​td>​ 
-Widget_Upload<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_XmlRpc<​br /> +<​li><​code>​Widget_Archive</​code></​li>​ 
-Widget_Contents_Related<​br /> +<​li><​code>​Widget_Upload</​code></​li
-Widget_Contents_Attachment_Admin<​br /> +<​li><​code>​Widget_XmlRpc</​code></​li
-Widget_Contents_Attachment_Related<​br /> +<​li><​code>​Widget_Contents_Related</​code></​li
-Widget_Contents_Attachment_Unattached<​br /> +<​li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-Widget_Contents_Page_List<​br /> +<​li><​code>​Widget_Contents_Attachment_Related</​code></​li
-Widget_Contents_Post_Admin<​br /> +<​li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-Widget_Contents_Page_Admin<​br /> +<​li><​code>​Widget_Contents_Page_List</​code></​li
-Widget_Contents_Post_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Admin</​code></​li
-Widget_Contents_Attachment_Edit<​br /> +<​li><​code>​Widget_Contents_Page_Admin</​code></​li
-Widget_Contents_Page_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Edit</​code></​li
-Widget_Contents_Post_Recent<​br /> +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li
-Widget_Contents_Related_Author</​td>​+<​li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<​li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<​li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Abstract_Contents</​td>​ +<td><​code>​filter</​code>​</​td>​ 
-<td>filter</td+<​td><​ul
-<td>​$value<​br /> +<li><​code>​$value</​code></​li
-Widget_Abstract_Contents对象</​td+<​li><​code>​$contents</​code> ​Widget_Abstract_Contents对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Archive<br /> +</​td>​ 
-Widget_Upload<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_XmlRpc<​br /> +<​li><​code>​Widget_Archive</​code></​li>​ 
-Widget_Contents_Related<​br /> +<​li><​code>​Widget_Upload</​code></​li
-Widget_Contents_Attachment_Admin<​br /> +<​li><​code>​Widget_XmlRpc</​code></​li
-Widget_Contents_Attachment_Related<​br /> +<​li><​code>​Widget_Contents_Related</​code></​li
-Widget_Contents_Attachment_Unattached<​br /> +<​li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-Widget_Contents_Page_List<​br /> +<​li><​code>​Widget_Contents_Attachment_Related</​code></​li
-Widget_Contents_Post_Admin<​br /> +<​li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-Widget_Contents_Page_Admin<​br /> +<​li><​code>​Widget_Contents_Page_List</​code></​li
-Widget_Contents_Post_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Admin</​code></​li
-Widget_Contents_Attachment_Edit<​br /> +<​li><​code>​Widget_Contents_Page_Admin</​code></​li
-Widget_Contents_Page_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Edit</​code></​li
-Widget_Contents_Post_Recent<​br /> +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li
-Widget_Contents_Related_Author</​td>​+<​li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<​li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<​li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Abstract_Contents</​td>​ +<td><​code>​title</​code>​</​td>​ 
-<​td>​title</​td+<td><​ul>​ 
-<td>$title<br /> +<​li><​code>​title</​code></​li
-Widget_Abstract_Contents对象</​td+<li><​code>$contents</code> Widget_Abstract_Contents对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Archive<br /> +</​td>​ 
-Widget_Upload<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_XmlRpc<​br /> +<​li><​code>​Widget_Archive</​code></​li>​ 
-Widget_Contents_Related<​br /> +<​li><​code>​Widget_Upload</​code></​li
-Widget_Contents_Attachment_Admin<​br /> +<​li><​code>​Widget_XmlRpc</​code></​li
-Widget_Contents_Attachment_Related<​br /> +<​li><​code>​Widget_Contents_Related</​code></​li
-Widget_Contents_Attachment_Unattached<​br /> +<​li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-Widget_Contents_Page_List<​br /> +<​li><​code>​Widget_Contents_Attachment_Related</​code></​li
-Widget_Contents_Post_Admin<​br /> +<​li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-Widget_Contents_Page_Admin<​br /> +<​li><​code>​Widget_Contents_Page_List</​code></​li
-Widget_Contents_Post_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Admin</​code></​li
-Widget_Contents_Attachment_Edit<​br /> +<​li><​code>​Widget_Contents_Page_Admin</​code></​li
-Widget_Contents_Page_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Edit</​code></​li
-Widget_Contents_Post_Recent<​br /> +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li
-Widget_Contents_Related_Author</​td>​+<​li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<​li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<​li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Abstract_Contents</​td>​ +<td><​code>​autoP</​code>​</​td>​ 
-<td>autoP</td+<​td><​ul
-<td>​$text</​td+<li><​code>​$text</​code></​li
-<td></​td>​ +</ul> 
-<td>Widget_Archive<br /> +</​td>​ 
-Widget_Upload<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_XmlRpc<​br /> +<​li><​code>​Widget_Archive</​code></​li>​ 
-Widget_Contents_Related<​br /> +<​li><​code>​Widget_Upload</​code></​li
-Widget_Contents_Attachment_Admin<​br /> +<​li><​code>​Widget_XmlRpc</​code></​li
-Widget_Contents_Attachment_Related<​br /> +<​li><​code>​Widget_Contents_Related</​code></​li
-Widget_Contents_Attachment_Unattached<​br /> +<​li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-Widget_Contents_Page_List<​br /> +<​li><​code>​Widget_Contents_Attachment_Related</​code></​li
-Widget_Contents_Post_Admin<​br /> +<​li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-Widget_Contents_Page_Admin<​br /> +<​li><​code>​Widget_Contents_Page_List</​code></​li
-Widget_Contents_Post_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Admin</​code></​li
-Widget_Contents_Attachment_Edit<​br /> +<​li><​code>​Widget_Contents_Page_Admin</​code></​li
-Widget_Contents_Page_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Edit</​code></​li
-Widget_Contents_Post_Recent<​br /> +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li
-Widget_Contents_Related_Author</​td>​+<​li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<​li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<​li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Abstract_Contents</​td>​ +<td><​code>​markdown</​code>​</​td>​ 
-<td>markdown</td+<​td><​ul
-<td>​$text</​td+<li><​code>​$text</​code></​li
-<td></​td>​ +</ul> 
-<td>Widget_Archive<br /> +</​td>​ 
-Widget_Upload<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_XmlRpc<​br /> +<​li><​code>​Widget_Archive</​code></​li>​ 
-Widget_Contents_Related<​br /> +<​li><​code>​Widget_Upload</​code></​li
-Widget_Contents_Attachment_Admin<​br /> +<​li><​code>​Widget_XmlRpc</​code></​li
-Widget_Contents_Attachment_Related<​br /> +<​li><​code>​Widget_Contents_Related</​code></​li
-Widget_Contents_Attachment_Unattached<​br /> +<​li><​code>​Widget_Contents_Attachment_Admin</​code></​li
-Widget_Contents_Page_List<​br /> +<​li><​code>​Widget_Contents_Attachment_Related</​code></​li
-Widget_Contents_Post_Admin<​br /> +<​li><​code>​Widget_Contents_Attachment_Unattached</​code></​li
-Widget_Contents_Page_Admin<​br /> +<​li><​code>​Widget_Contents_Page_List</​code></​li
-Widget_Contents_Post_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Admin</​code></​li
-Widget_Contents_Attachment_Edit<​br /> +<​li><​code>​Widget_Contents_Page_Admin</​code></​li
-Widget_Contents_Page_Edit<​br /> +<​li><​code>​Widget_Contents_Post_Edit</​code></​li
-Widget_Contents_Post_Recent<​br /> +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li
-Widget_Contents_Related_Author</​td>​+<​li><​code>​Widget_Contents_Page_Edit</​code></​li
 +<​li><​code>​Widget_Contents_Post_Recent</​code></​li
 +<​li><​code>​Widget_Contents_Related_Author</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 837: 行 859:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Abstract_Metas</​td>​ +<td><​code>​filter</​code>​</​td>​ 
-<td>filter</td+<​td><​ul
-<td>​$value<​br /> +<li><​code>​$value</​code></​li
-Widget_Abstract_Metas对象</​td+<​li><​code>​$metas</​code> ​Widget_Abstract_Metas对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Metas_Category_Edit<br /> +</​td>​ 
-Widget_Metas_Category_List<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_Metas_Category_Admin<​br /> +<​li><​code>​Widget_Metas_Category_Edit</​code></​li>​ 
-Widget_Metas_Tag_Cloud<​br /> +<​li><​code>​Widget_Metas_Category_List</​code></​li
-Widget_Metas_Tag_Admin<​br /> +<​li><​code>​Widget_Metas_Category_Admin</​code></​li
-Widget_Metas_Tag_Edit</​td>​+<​li><​code>​Widget_Metas_Tag_Cloud</​code></​li
 +<​li><​code>​Widget_Metas_Tag_Admin</​code></​li
 +<​li><​code>​Widget_Metas_Tag_Edit</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 864: 行 887:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Abstract_Users</​td>​ +<td><​code>​filter</​code>​</​td>​ 
-<td>filter</td+<​td><​ul
-<td>​$value<​br /> +<li><​code>​$value</​code></​li
-Widget_Abstract_Users对象</​td+<​li><​code>​$users</​code> ​Widget_Abstract_Users对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Login<br /> +</​td>​ 
-Widget_Logout<​br /> +<td>以下句柄同样具有此接口:​<br /><ul
-Widget_Register<​br /> +<​li><​code>​Widget_Login</​code></​li>​ 
-Widget_Users_Admin<​br /> +<​li><​code>​Widget_Logout</​code></​li
-Widget_Users_Author<​br /> +<​li><​code>​Widget_Register</​code></​li
-Widget_Users_Edit<​br /> +<​li><​code>​Widget_Users_Admin</​code></​li
-Widget_Users_Profile</​td>​+<​li><​code>​Widget_Users_Author</​code></​li
 +<​li><​code>​Widget_Users_Edit</​code></​li
 +<​li><​code>​Widget_Users_Profile</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 892: 行 916:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Comments_Archive</​td>​ +<td><​code>​listComments</​code>​</​td>​ 
-<td>listComments</td+<​td><​ul
-<td>$singleCommentOptions<​br /> +<li><​code>​singleCommentOptions</​code></li
-Widget_Comments_Archive对象</td+<li><code>$archive</codeWidget_Comments_Archive对象</li> 
-<td></td> +</ul>
-<td><cite></cite>+
 </td> </td>
 +<​td></​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Comments_Archive</​td>​ +<td><​code>​reply</​code>​</​td>​ 
-<td>reply</td+<​td><​ul
-<td>​$word<​br /> +<li><​code>​$word</​code></​li
-Widget_Comments_Archive对象</​td>​+<​li><​code>​$archive</​code> ​Widget_Comments_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Comments_Archive</​td>​ +<td><​code>​cancelReply</​code>​</​td>​ 
-<td>cancelReply</td+<​td><​ul
-<td>​$word<​br /> +<li><​code>​$word</​code></​li
-Widget_Comments_Archive对象</​td>​+<​li><​code>​$archive</​code> ​Widget_Comments_Archive对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 933: 行 955:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Comments_Edit</​td>​ +<td><​code>​mark</​code>​</​td>​ 
-<td>mark</td+<​td><​ul
-<td>​$comment<​br /> +<li><​code>​$comment</​code></​li
-Widget_Comments_Edit对象<​br /> +<​li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li
-$status</​td>​+<​li><​code>​$status</​code></​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Comments_Edit</​td>​ +<td><​code>​delete</​code>​</​td>​ 
-<td>delete</td+<​td><​ul
-<td>​$comment<​br /> +<li><​code>​$comment</​code></li
-Widget_Comments_Edit对象</td+<li><code>$edit</codeWidget_Comments_Edit对象</li> 
-<td></td> +</ul>
-<td><cite></cite>+
 </td> </td>
 +<​td></​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Comments_Edit</​td>​ +<td><​code>​finishDelete</​code>​</​td>​ 
-<td>finishDelete</td+<​td><​ul
-<td>​$comment<​br /> +<li><​code>​$comment</​code></​li
-Widget_Comments_Edit对象</​td>​+<​li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Comments_Edit</​td>​ +<td><​code>​edit</​code>​</​td>​ 
-<td>edit</td+<​td><​ul
-<td>​$comment<​br /> +<li><​code>​$comment</​code></​li
-Widget_Comments_Edit对象</​td>​+<​li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Comments_Edit</td> +<​td><​code>finishEdit</code></​td>​ 
-<td>finishEdit</​td>​ +<​td><​ul
-<td>Widget_Comments_Edit对象</td+<li><code>$edit</codeWidget_Comments_Edit对象</li> 
-<td></td> +</ul>
-<td><cite></cite>+
 </td> </td>
 +<​td></​td>​
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Comments_Edit</​td>​ +<td><​code>​comment</​code>​</​td>​ 
-<td>comment</td+<​td><​ul
-<td>​$comment<​br /> +<li><​code>​$comment</​code></​li
-Widget_Comments_Edit对象</​td>​+<​li><​code>​$edit</​code> ​Widget_Comments_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Comments_Edit</​td>​ +<td><​code>​finishComment</​code>​</​td>​ 
-<td>finishComment</td+<​td><​ul
-<td>​Widget_Comments_Edit对象</​td>​+<li><​code>​$edit</​code> Widget_Comments_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 1009: 行 1029:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Contents_Attachment_Edit</​td>​ +<td><​code>​delete</​code>​</​td>​ 
-<td>delete</td+<​td><​ul
-<td>​$post<​br /> +<li><​code>​$post</​code></​li
-Widget_Contents_Attachment_Edit对象</​td>​+<​li><​code>​$edit</​code> ​Widget_Contents_Attachment_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Contents_Attachment_Edit</​td>​ +<td><​code>​finishDelete</​code>​</​td>​ 
-<td>finishDelete</td+<​td><​ul
-<td>​$post<​br /> +<li><​code>​$post</​code></​li
-Widget_Contents_Attachment_Edit对象</​td>​+<​li><​code>​$edit</​code> ​Widget_Contents_Attachment_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Contents_Attachment_Edit</​td>​ +<td><​code>​delete</​code>​</​td>​ 
-<td>delete</td+<​td><​ul
-<td>​$post<​br /> +<li><​code>​$post</​code></​li
-Widget_Contents_Attachment_Edit对象</​td>​+<​li><​code>​$edit</​code> ​Widget_Contents_Attachment_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Contents_Attachment_Edit</​td>​ +<td><​code>​finishDelete</​code>​</​td>​ 
-<td>finishDelete</td+<​td><​ul
-<td>​$post<​br /> +<li><​code>​$post</​code></​li
-Widget_Contents_Attachment_Edit对象</​td>​+<​li><​code>​$edit</​code> ​Widget_Contents_Attachment_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 1059: 行 1077:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Contents_Page_Edit</​td>​ +<td><​code>​write</​code>​</​td>​ 
-<td>write</td+<​td><​ul
-<td>​$contents<​br /> +<li><​code>​$contents</​code></​li
-Widget_Contents_Page_Edit对象</​td>​+<​li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Contents_Page_Edit</​td>​ +<td><​code>​finishPublish</​code>​</​td>​ 
-<td>finishPublish</td+<​td><​ul
-<td>​$contents<​br /> +<li><​code>​$contents</​code></​li
-Widget_Contents_Page_Edit对象</​td>​+<​li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Contents_Page_Edit</​td>​ +<td><​code>​finishSave</​code>​</​td>​ 
-<td>finishSave</td+<​td><​ul
-<td>​$contents<​br /> +<li><​code>​$contents</​code></​li
-Widget_Contents_Page_Edit对象</​td>​+<​li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Contents_Page_Edit</​td>​ +<td><​code>​delete</​code>​</​td>​ 
-<td>delete</td+<​td><​ul
-<td>​$page<​br /> +<li><​code>​$page</​code></​li
-Widget_Contents_Page_Edit对象</​td>​+<​li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Contents_Page_Edit</​td>​ +<td><​code>​finishDelete</​code>​</​td>​ 
-<td>finishDelete</td+<​td><​ul
-<td>​$page<​br /> +<li><​code>​$page</​code></​li
-Widget_Contents_Page_Edit对象</​td>​+<​li><​code>​$edit</​code> ​Widget_Contents_Page_Edit对象</​li>​ 
 +</​ul>​ 
 +</td>
 <​td></​td>​ <​td></​td>​
-<​td><​cite>​无</​cite>​ 
-</td> 
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 1118: 行 1134:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Contents_Post_Edit</​td>​ +<td><​code>​getDefaultFieldItems</​code>​</​td>​ 
-<td>getDefaultFieldItems</td+<​td><​ul
-<td>​$layout</​td+<li><​code>​$layout</​code></​li
-<td></​td>​ +</ul> 
-<td>Widget_Contents_Attachment_Edit<br /> +</​td>​ 
-Widget_Contents_Page_Edit</​td>​+<td>以下句柄同样具有此接口:​<br /><ul
 +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li>​ 
 +<​li><​code>​Widget_Contents_Page_Edit</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Contents_Post_Edit</​td>​ +<td><​code>​write</​code>​</​td>​ 
-<td>write</td+<​td><​ul
-<td>​$contents<​br /> +<li><​code>​$contents</​code></​li
-Widget_Contents_Post_Edit对象</​td+<​li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Contents_Attachment_Edit<br /> +</​td>​ 
-Widget_Contents_Page_Edit</​td>​+<td>以下句柄同样具有此接口:​<br /><ul
 +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li>​ 
 +<​li><​code>​Widget_Contents_Page_Edit</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Contents_Post_Edit</​td>​ +<td><​code>​finishPublish</​code>​</​td>​ 
-<td>finishPublish</td+<​td><​ul
-<td>​$contents<​br /> +<li><​code>​$contents</​code></​li
-Widget_Contents_Post_Edit对象</​td+<​li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Contents_Attachment_Edit<br /> +</​td>​ 
-Widget_Contents_Page_Edit</​td>​+<td>以下句柄同样具有此接口:​<br /><ul
 +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li>​ 
 +<​li><​code>​Widget_Contents_Page_Edit</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Contents_Post_Edit</​td>​ +<td><​code>​finishSave</​code>​</​td>​ 
-<td>finishSave</td+<​td><​ul
-<td>​$contents<​br /> +<li><​code>​$contents</​code></​li
-Widget_Contents_Post_Edit对象</​td+<​li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Contents_Attachment_Edit<br /> +</​td>​ 
-Widget_Contents_Page_Edit</​td>​+<td>以下句柄同样具有此接口:​<br /><ul
 +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li>​ 
 +<​li><​code>​Widget_Contents_Page_Edit</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Contents_Post_Edit</​td>​ +<td><​code>​delete</​code>​</​td>​ 
-<td>delete</td+<​td><​ul
-<td>​$post<​br /> +<li><​code>​$post</​code></​li
-Widget_Contents_Post_Edit对象</​td+<​li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Contents_Attachment_Edit<br /> +</​td>​ 
-Widget_Contents_Page_Edit</​td>​+<td>以下句柄同样具有此接口:​<br /><ul
 +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li>​ 
 +<​li><​code>​Widget_Contents_Page_Edit</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 <tr> <tr>
-<td>Widget_Contents_Post_Edit</​td>​ +<td><​code>​finishDelete</​code>​</​td>​ 
-<td>finishDelete</td+<​td><​ul
-<td>​$post<​br /> +<li><​code>​$post</​code></​li
-Widget_Contents_Post_Edit对象</​td+<​li><​code>​$edit</​code> ​Widget_Contents_Post_Edit对象</​li
-<td></​td>​ +</ul> 
-<td>Widget_Contents_Attachment_Edit<br /> +</​td>​ 
-Widget_Contents_Page_Edit</​td>​+<td>以下句柄同样具有此接口:​<br /><ul
 +<​li><​code>​Widget_Contents_Attachment_Edit</​code></​li>​ 
 +<​li><​code>​Widget_Contents_Page_Edit</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 </​tbody>​ </​tbody>​
行 1185: 行 1217:
 <​html>​ <​html>​
 <table class="​inline"><​thead><​tr>​ <table class="​inline"><​thead><​tr>​
-    <th>​句柄</​th>​ +    <​th ​width="​20%"​>​接口</​th>​ 
-    <th>​接口</​th>​ +    <​th ​width="​30%"​>​参数</​th>​
-    <​th>​参数</​th>​+
     <​th>​描述</​th>​     <​th>​描述</​th>​
-    <​th>​因为继承同样具有此接口的句柄</​th>​ 
 </​tr></​thead><​tbody><​tr>​ </​tr></​thead><​tbody><​tr>​
-<td>Widget_Metas_Category_List</​td>​ +<td><​code>​listCategories</​code>​</​td>​ 
-<td>listCategories</td+<​td><​ul
-<td>$categoryOptions<​br /> +<li><​code>​categoryOptions</​code></​li
-Widget_Metas_Category_List对象</​td+<​li><​code>​$list</​code> ​Widget_Metas_Category_List对象</​li
-<td></​td>​ +</ul> 
-<​td>​Widget_Metas_Category_Admin</​td>​+</​td>​ 
 +<td>​以下句柄同样具有此接口:<​br /><​ul>​ 
 +<​li><​code>​Widget_Metas_Category_Admin</​code></​li>​ 
 +</ul></td>
 </tr> </tr>
 </​tbody>​ </​tbody>​
 </​table>​ </​table>​
 </​html>​ </​html>​
打印/导出