Compare commits

...

20 Commits
3.2.4 ... 3.2.6

Author SHA1 Message Date
crazywhalecc
1183766701 Fix phpstan 2025-03-17 14:31:51 +08:00
crazywhalecc
a39e96acd2 Update version number 2025-03-17 14:15:43 +08:00
crazywhalecc
9cd3f9accf Merge remote-tracking branch 'origin/main' 2025-03-17 14:14:12 +08:00
crazywhalecc
a5b9260d14 Fix Middleware args type hint 2025-03-17 14:13:54 +08:00
crazywhalecc
5e3397e7ae increment build number (build 726) 2025-03-10 07:46:04 +00:00
crazywhalecc
d5e18a7229 update api docs 2025-03-10 07:46:03 +00:00
crazywhalecc
228762ce7b Update workflow lowest php version 2025-03-10 15:45:28 +08:00
crazywhalecc
3a05a0e6ba Update to PHP 8.4 compatible 2025-03-10 15:45:28 +08:00
crazywhalecc
2da5ef3db1 Update to PHP 8.4 compatible 2025-03-10 15:45:28 +08:00
crazywhalecc
4c37294275 Fix built-in php and composer install plugin error 2025-03-10 15:44:54 +08:00
Jerry Ma
f16dadf29e Update README.md 2025-02-19 11:04:28 +08:00
crazywhalecc
c238bb25d2 update changelog 2024-10-02 12:56:27 +00:00
crazywhalecc
2b9a9ab869 increment build number (build 725) 2024-10-02 12:51:52 +00:00
crazywhalecc
6948cac9fe update api docs 2024-10-02 12:51:51 +00:00
crazywhalecc
7d6455034b stan-fix 2024-10-02 20:50:52 +08:00
crazywhalecc
ef1a9646e4 cs-fix 2024-10-02 20:50:52 +08:00
crazywhalecc
2d9f879994 Fix plugin:make command, remove uppercase name 2024-10-02 20:50:52 +08:00
Jerry Ma
d92e7fe9d2 修复 v3.sh 在无 PHP 环境下无法安装的问题 2024-09-19 16:27:37 +08:00
Miu
6dc6d93d82 Fix install env issues
修复环境缺少或未执行遇到错误而安装失败

通过环境测试
PHP 、Composer - 文件夹.zm-runtim已删除 
PHP 、Composer - 文件夹.zm-runtim已删除 
PHP 、Composer - 文件夹.zm-runtim已删除 
PHP 、Composer - 文件夹.zm-runtim已删除 
2023-12-24 01:21:57 +08:00
crazywhalecc
d09d4273eb update changelog 2023-06-13 07:41:28 +00:00
348 changed files with 766 additions and 920 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup PHP
uses: sunxyw/workflows/setup-environment@main
with:
php-version: 8.0
php-version: 8.1
php-extensions: swoole, posix, json
operating-system: ubuntu-latest
use-cache: true

View File

@@ -34,7 +34,7 @@ jobs:
- name: Setup PHP
uses: sunxyw/workflows/setup-environment@main
with:
php-version: 8.0
php-version: 8.1
php-extensions: swoole, posix, json
operating-system: ubuntu-latest
use-cache: true

View File

@@ -34,7 +34,7 @@ jobs:
- name: Setup PHP
uses: sunxyw/workflows/setup-environment@main
with:
php-version: 8.0
php-version: 8.1
php-extensions: swoole, posix, json
operating-system: ubuntu-latest
use-cache: true

View File

@@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
php-version: [ 8.0, 8.1, 8.2 ]
php-version: [ 8.1, 8.2, 8.3, 8.4 ]
name: PHP ${{ matrix.php-version }} Test (${{ matrix.operating-system }})
runs-on: ${{ matrix.operating-system }}
timeout-minutes: 10

View File

@@ -66,6 +66,10 @@ return (new PhpCsFixer\Config())
'multiline_comment_opening_closing' => true,
'phpdoc_summary' => false,
'php_unit_test_class_requires_covers' => false,
'fully_qualified_strict_types' => false,
'new_with_parentheses' => false,
'operator_linebreak' => false,
'php_unit_data_provider_method_order' => false,
])
->setFinder(
PhpCsFixer\Finder::create()

View File

@@ -125,7 +125,7 @@ bash <(curl -fsSL https://zhamao.xin/v3.sh)
框架和 SDK 是 炸毛机器人 项目的核心框架开源部分。炸毛机器人是作者写的一个高性能机器人,曾获全国计算机设计大赛一等奖。
作者的炸毛机器人已从2018年初起稳定运行了**年**,并且持续迭代。
作者的炸毛机器人已从2018年初起稳定运行了**年**,并且持续迭代。
可以提交 [Issue](https://github.com/zhamao-robot/zhamao-framework/issues/new/choose) 或 [加群(670821194)](https://jq.qq.com/?_wv=1027&k=YkNI3AIr) 进行疑难解答。

View File

@@ -39,7 +39,7 @@
"jangregor/phpstan-prophecy": "^1.0",
"jetbrains/phpstorm-attributes": "^1.0",
"mikey179/vfsstream": "^1.6",
"phpspec/prophecy-phpunit": "^2.0",
"phpspec/prophecy-phpunit": "^2.3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
@@ -99,7 +99,7 @@
},
"scripts": {
"analyse": "phpstan analyse --memory-limit 300M",
"cs-fix": "PHP_CS_FIXER_FUTURE_MODE=1 php-cs-fixer fix",
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix",
"test": "bin/phpunit-zm --no-coverage"
}
}

View File

@@ -115,8 +115,8 @@ AnnotationBase 的协作图:</div>
Public 成员函数</h2></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -128,8 +128,8 @@ Public 成员函数</h2></td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-attribs" name="pub-attribs"></a>
成员变量</h2></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>
@@ -223,8 +223,8 @@ Public 成员函数</h2></td></tr>
</div>
</div>
<a id="a730374ff22a1666ccffadb007551aa7c" name="a730374ff22a1666ccffadb007551aa7c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a730374ff22a1666ccffadb007551aa7c">&#9670;&#160;</a></span>on()</h2>
<a id="a20cfe2e51ad82449ca93422856afbaa9" name="a20cfe2e51ad82449ca93422856afbaa9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a20cfe2e51ad82449ca93422856afbaa9">&#9670;&#160;</a></span>on()</h2>
<div class="memitem">
<div class="memproto">
@@ -232,7 +232,7 @@ Public 成员函数</h2></td></tr>
<tr>
<td class="memname">on </td>
<td>(</td>
<td class="paramtype">\Closure|callable|string&#160;</td>
<td class="paramtype">callable|\Closure|string&#160;</td>
<td class="paramname"><em>$method</em></td><td>)</td>
<td></td>
</tr>
@@ -271,14 +271,14 @@ Public 成员函数</h2></td></tr>
</div>
</div>
<a id="a2becf67aa6d57c83eebfe67461da5ed7" name="a2becf67aa6d57c83eebfe67461da5ed7"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2becf67aa6d57c83eebfe67461da5ed7">&#9670;&#160;</a></span>$method</h2>
<a id="a68e6006018aeeb82b82cc2dee8093d19" name="a68e6006018aeeb82b82cc2dee8093d19"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a68e6006018aeeb82b82cc2dee8093d19">&#9670;&#160;</a></span>$method</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Closure string array $method = ''</td>
<td class="memname">array Closure string $method = ''</td>
</tr>
</table>
</div><div class="memdoc">

View File

@@ -5,8 +5,8 @@ var class_z_m_1_1_annotation_1_1_annotation_base =
[ "getGroups", "class_z_m_1_1_annotation_1_1_annotation_base.html#a6187b4fda76a8055bd08acafa57d9824", null ],
[ "getIterator", "class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7", null ],
[ "isInGroup", "class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f", null ],
[ "on", "class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c", null ],
[ "on", "class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9", null ],
[ "$class", "class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657", null ],
[ "$group", "class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3", null ],
[ "$method", "class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7", null ]
[ "$method", "class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19", null ]
];

View File

@@ -1,6 +1,6 @@
<map id="parse" name="parse">
<area shape="rect" id="node1" title=" " alt="" coords="5,55,60,80"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" title=" " alt="" coords="129,5,185,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" title=" " alt="" coords="129,5,185,31"/>
<area shape="rect" id="node3" href="$global__functions_8php.html#a97e3b3adabf67bc7d3650ed14214ddaa" title=" " alt="" coords="128,55,185,80"/>
<area shape="rect" id="node4" href="$class_z_m_1_1_annotation_1_1_annotation_parser.html#a775eafdccac18876952bca9ab91bcf96" title=" " alt="" coords="108,104,205,129"/>
</map>

View File

@@ -1 +1 @@
6d6efc73b3b58fe0d261d68362dd15b8
fdd4fcc6b003717a5c3dd5bb7b048c93

View File

@@ -20,7 +20,7 @@
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" target="_top" xlink:title=" ">
<g id="a_node2"><a xlink:href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="134.5,-93 92.5,-93 92.5,-74 134.5,-74 134.5,-93"/>
<text text-anchor="middle" x="113.5" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">config</text>
</a>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -113,8 +113,8 @@ Closed 的协作图:</div>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -124,8 +124,8 @@ Closed 的协作图:</div>
<tr class="memitem:a6187b4fda76a8055bd08acafa57d9824 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a6187b4fda76a8055bd08acafa57d9824">getGroups</a> ()</td></tr>
<tr class="separator:a6187b4fda76a8055bd08acafa57d9824 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>

View File

@@ -121,8 +121,8 @@ Public 成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -139,8 +139,8 @@ Public 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>

View File

@@ -119,8 +119,8 @@ Public 成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -140,8 +140,8 @@ Public 成员函数</h2></td></tr>
<tr class="memitem:a44b2395b9b379be9cb945ee2083cf906"><td class="memItemLeft" align="right" valign="top">CronExpression&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_framework_1_1_cron.html#a44b2395b9b379be9cb945ee2083cf906">$expression</a></td></tr>
<tr class="separator:a44b2395b9b379be9cb945ee2083cf906"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>

View File

@@ -121,8 +121,8 @@ Public 成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -139,8 +139,8 @@ Public 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>

View File

@@ -113,8 +113,8 @@ Setup 的协作图:</div>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -124,8 +124,8 @@ Setup 的协作图:</div>
<tr class="memitem:a6187b4fda76a8055bd08acafa57d9824 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a6187b4fda76a8055bd08acafa57d9824">getGroups</a> ()</td></tr>
<tr class="separator:a6187b4fda76a8055bd08acafa57d9824 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>

View File

@@ -118,8 +118,8 @@ Public 成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -134,8 +134,8 @@ Public 成员函数</h2></td></tr>
<tr class="memitem:a4f0b531ca9216f60b237cfc084054405"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_framework_1_1_tick.html#a4f0b531ca9216f60b237cfc084054405">$tick_ms</a></td></tr>
<tr class="separator:a4f0b531ca9216f60b237cfc084054405"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>

View File

@@ -117,8 +117,8 @@ Public 成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -131,8 +131,8 @@ Public 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>

View File

@@ -118,8 +118,8 @@ Public 成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -137,8 +137,8 @@ Public 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>

View File

@@ -117,8 +117,8 @@ Public 成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -131,8 +131,8 @@ Public 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>
@@ -169,6 +169,7 @@ Public 成员函数</h2></td></tr>
<dl class="params"><dt>参数</dt><dd>
<table class="params">
<tr><td class="paramtype">string[]</td><td class="paramname">$args</td><td></td></tr>
<tr><td class="paramtype">mixed</td><td class="paramname">$name</td><td></td></tr>
</table>
</dd>
</dl>

View File

@@ -122,8 +122,8 @@ Public 成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -145,8 +145,8 @@ Public 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>

View File

@@ -121,8 +121,8 @@ Public 成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -139,8 +139,8 @@ Public 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>

View File

@@ -128,8 +128,8 @@ Public 成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -151,8 +151,8 @@ Public 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>

View File

@@ -122,8 +122,8 @@ Public 成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -145,8 +145,8 @@ Public 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>

View File

@@ -114,8 +114,8 @@ CommandArgument 的协作图:</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public 成员函数</h2></td></tr>
<tr class="memitem:a8918ccd10220ecddb336f0dac824a447"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_one_bot_1_1_command_argument.html#a8918ccd10220ecddb336f0dac824a447">__construct</a> (public string $name, public string $description='', string $type='string', public bool $required=false, public string $prompt='', public string|\Closure|array|int|float|null $default='', public int $timeout=60, public int $error_prompt_policy=1)</td></tr>
<tr class="separator:a8918ccd10220ecddb336f0dac824a447"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a543a6a93d9fc8ff06ee378ccc21686b3"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_one_bot_1_1_command_argument.html#a543a6a93d9fc8ff06ee378ccc21686b3">__construct</a> (public string $name, public string $description='', string $type='string', public bool $required=false, public string $prompt='', public null|array|\Closure|float|int|string $default='', public int $timeout=60, public int $error_prompt_policy=1)</td></tr>
<tr class="separator:a543a6a93d9fc8ff06ee378ccc21686b3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20825bb4a38906412cbf4ef20fea70d3"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_one_bot_1_1_command_argument.html#a20825bb4a38906412cbf4ef20fea70d3">getTypeErrorPrompt</a> ()</td></tr>
<tr class="separator:a20825bb4a38906412cbf4ef20fea70d3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7d3e08a6b1f761520cff1f09b9c27522"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_one_bot_1_1_command_argument.html#a7d3e08a6b1f761520cff1f09b9c27522">getErrorQuitPrompt</a> ()</td></tr>
@@ -123,8 +123,8 @@ Public 成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -139,8 +139,8 @@ Public 成员函数</h2></td></tr>
<tr class="memitem:aa40cc7876dc0b694eda3c898140a0ac8"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_one_bot_1_1_command_argument.html#aa40cc7876dc0b694eda3c898140a0ac8">$type</a> = 'string'</td></tr>
<tr class="separator:aa40cc7876dc0b694eda3c898140a0ac8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>
@@ -154,8 +154,8 @@ Protected 成员函数</h2></td></tr>
<a name="details" id="details"></a><h2 class="groupheader">详细描述</h2>
<div class="textblock"><p >Class <a class="el" href="class_z_m_1_1_annotation_1_1_one_bot_1_1_command_argument.html">CommandArgument</a> @Annotation @NamedArgumentConstructor() @Target("ALL") </p>
</div><h2 class="groupheader">构造及析构函数说明</h2>
<a id="a8918ccd10220ecddb336f0dac824a447" name="a8918ccd10220ecddb336f0dac824a447"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8918ccd10220ecddb336f0dac824a447">&#9670;&#160;</a></span>__construct()</h2>
<a id="a543a6a93d9fc8ff06ee378ccc21686b3" name="a543a6a93d9fc8ff06ee378ccc21686b3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a543a6a93d9fc8ff06ee378ccc21686b3">&#9670;&#160;</a></span>__construct()</h2>
<div class="memitem">
<div class="memproto">
@@ -193,7 +193,7 @@ Protected 成员函数</h2></td></tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">public string|\Closure|array|int|float|null&#160;</td>
<td class="paramtype">public null|array|\Closure|float|int|string&#160;</td>
<td class="paramname"><em>$default</em> = <code>''</code>, </td>
</tr>
<tr>
@@ -242,7 +242,7 @@ Protected 成员函数</h2></td></tr>
<div class="dynheader">
函数调用图:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="class_z_m_1_1_annotation_1_1_one_bot_1_1_command_argument_a8918ccd10220ecddb336f0dac824a447_cgraph.svg" width="434" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><iframe scrolling="no" frameborder="0" src="class_z_m_1_1_annotation_1_1_one_bot_1_1_command_argument_a543a6a93d9fc8ff06ee378ccc21686b3_cgraph.svg" width="434" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>

View File

@@ -1,6 +1,6 @@
var class_z_m_1_1_annotation_1_1_one_bot_1_1_command_argument =
[
[ "__construct", "class_z_m_1_1_annotation_1_1_one_bot_1_1_command_argument.html#a8918ccd10220ecddb336f0dac824a447", null ],
[ "__construct", "class_z_m_1_1_annotation_1_1_one_bot_1_1_command_argument.html#a543a6a93d9fc8ff06ee378ccc21686b3", null ],
[ "fixTypeName", "class_z_m_1_1_annotation_1_1_one_bot_1_1_command_argument.html#a0948c9d8b33ec17f5603ed82f9e823fe", null ],
[ "getErrorQuitPrompt", "class_z_m_1_1_annotation_1_1_one_bot_1_1_command_argument.html#a7d3e08a6b1f761520cff1f09b9c27522", null ],
[ "getTypeErrorPrompt", "class_z_m_1_1_annotation_1_1_one_bot_1_1_command_argument.html#a20825bb4a38906412cbf4ef20fea70d3", null ],

View File

@@ -118,8 +118,8 @@ Public 成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr>
<tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a730374ff22a1666ccffadb007551aa7c">on</a> (\Closure|callable|string $method)</td></tr>
<tr class="separator:a730374ff22a1666ccffadb007551aa7c inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a20cfe2e51ad82449ca93422856afbaa9">on</a> (callable|\Closure|string $method)</td></tr>
<tr class="separator:a20cfe2e51ad82449ca93422856afbaa9 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a7a9f937c2958e6f4dd7b030f86fb70b7">getIterator</a> ()</td></tr>
<tr class="separator:a7a9f937c2958e6f4dd7b030f86fb70b7 inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac159870e22c4ebf2906db203bfd3cd1f inherit pub_methods_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#ac159870e22c4ebf2906db203bfd3cd1f">isInGroup</a> (string $name)</td></tr>
@@ -137,8 +137,8 @@ Public 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base')"><img src="closed.png" alt="-"/>&#160;成员变量 继承自 <a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html">AnnotationBase</a></td></tr>
<tr class="memitem:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">Closure string array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a2becf67aa6d57c83eebfe67461da5ed7">$method</a> = ''</td></tr>
<tr class="separator:a2becf67aa6d57c83eebfe67461da5ed7 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array Closure string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a68e6006018aeeb82b82cc2dee8093d19">$method</a> = ''</td></tr>
<tr class="separator:a68e6006018aeeb82b82cc2dee8093d19 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a252ba022809910ea710a068fc1bab657">$class</a> = ''</td></tr>
<tr class="separator:a252ba022809910ea710a068fc1bab657 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0889aa732f49204fd5bbec32f3bcffa3 inherit pub_attribs_class_z_m_1_1_annotation_1_1_annotation_base"><td class="memItemLeft" align="right" valign="top">array&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_annotation_1_1_annotation_base.html#a0889aa732f49204fd5bbec32f3bcffa3">$group</a> = []</td></tr>

View File

@@ -1,4 +1,4 @@
<map id="bootstrap" name="bootstrap">
<area shape="rect" id="node1" title=" " alt="" coords="5,5,81,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" title=" " alt="" coords="129,5,185,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" title=" " alt="" coords="129,5,185,31"/>
</map>

View File

@@ -1 +1 @@
7b5d09f83a4bfca6e4ea4c3374e4eb77
3af120cf8959e9c1094baaddb24fe069

View File

@@ -20,7 +20,7 @@
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" target="_top" xlink:title=" ">
<g id="a_node2"><a xlink:href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="135,-19 93,-19 93,0 135,0 135,-19"/>
<text text-anchor="middle" x="114" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">config</text>
</a>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1,4 +1,4 @@
<map id="bootstrap" name="bootstrap">
<area shape="rect" id="node1" title=" " alt="" coords="5,5,81,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" title=" " alt="" coords="129,5,185,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" title=" " alt="" coords="129,5,185,31"/>
</map>

View File

@@ -1 +1 @@
7b5d09f83a4bfca6e4ea4c3374e4eb77
3af120cf8959e9c1094baaddb24fe069

View File

@@ -20,7 +20,7 @@
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" target="_top" xlink:title=" ">
<g id="a_node2"><a xlink:href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="135,-19 93,-19 93,0 135,0 135,-19"/>
<text text-anchor="middle" x="114" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">config</text>
</a>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -189,7 +189,6 @@ Protected 属性</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p >{} </p>
<p><a class="el" href="class_z_m_1_1_command_1_1_generate_1_1_systemd_generate_command.html#ab31c72b72ddaf7116db5d84c055d3c0b">SystemdGenerateCommand</a> , 以及 <a class="el" href="class_z_m_1_1_command_1_1_proxy_server_command.html#ab31c72b72ddaf7116db5d84c055d3c0b">ProxyServerCommand</a> 重载.</p>
<div class="dynheader">

View File

@@ -166,7 +166,6 @@ Protected 成员函数</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p >{{}} </p>
<p>重载 <a class="el" href="class_z_m_1_1_command_1_1_command.html#ab31c72b72ddaf7116db5d84c055d3c0b">Command</a> .</p>
<div class="dynheader">

View File

@@ -1,4 +1,4 @@
<map id="execute" name="execute">
<area shape="rect" id="node1" title=" " alt="" coords="5,5,72,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" title=" " alt="" coords="120,5,176,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" title=" " alt="" coords="120,5,176,31"/>
</map>

View File

@@ -1 +1 @@
63ff2e448e4dc6395ce5ce495fee110e
79c829c4ae8b8664074e3ffc40905b62

View File

@@ -20,7 +20,7 @@
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" target="_top" xlink:title=" ">
<g id="a_node2"><a xlink:href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="128,-19 86,-19 86,0 128,0 128,-19"/>
<text text-anchor="middle" x="107" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">config</text>
</a>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -182,13 +182,13 @@ Protected 成员函数</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p >命令的主体<dl class="section return"><dt>返回</dt><dd>int 命令执行结果 {</dd></dl>
<p >命令的主体</p>
<dl class="section return"><dt>返回</dt><dd>int 命令执行结果 {</dd></dl>
<dl class="section see"><dt>参见</dt><dd>self::SUCCESS} 或 {</dd>
<dd>
self::FAILURE} 或 {</dd>
<dd>
self::INVALID}</dd></dl>
</p>
self::INVALID} </dd></dl>
<p>重载 <a class="el" href="class_z_m_1_1_command_1_1_command.html#a66eb7514ea7f7f8a5738a180b14e9b48">Command</a> .</p>

View File

@@ -114,10 +114,10 @@ PluginCommand 的协作图:</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public 成员函数</h2></td></tr>
<tr class="memitem:a01d2c9c74d70ed931a6bb602460c8aaa"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a01d2c9c74d70ed931a6bb602460c8aaa">__construct</a> (string $name=null)</td></tr>
<tr class="separator:a01d2c9c74d70ed931a6bb602460c8aaa"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad98a1adc0a972cf6d0827e56a3f84c60"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#ad98a1adc0a972cf6d0827e56a3f84c60">validatePluginName</a> (string $answer)</td></tr>
<tr class="separator:ad98a1adc0a972cf6d0827e56a3f84c60"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a080c84d1d647a117d0f267a54d983d9d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a080c84d1d647a117d0f267a54d983d9d">__construct</a> (?string $name=null)</td></tr>
<tr class="separator:a080c84d1d647a117d0f267a54d983d9d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae76840ec32bb743e9b06d58383572c63"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#ae76840ec32bb743e9b06d58383572c63">validatePluginName</a> (?string $answer)</td></tr>
<tr class="separator:ae76840ec32bb743e9b06d58383572c63"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4b1dc13ccc94287f518074af17f92101"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a4b1dc13ccc94287f518074af17f92101">validateNamespace</a> (string $answer)</td></tr>
<tr class="separator:a4b1dc13ccc94287f518074af17f92101"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
@@ -146,8 +146,8 @@ Protected 属性</h2></td></tr>
<tr class="separator:a676ffb1c0ce0d97e544b5a590ea95f97 inherit pro_attribs_class_z_m_1_1_command_1_1_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">构造及析构函数说明</h2>
<a id="a01d2c9c74d70ed931a6bb602460c8aaa" name="a01d2c9c74d70ed931a6bb602460c8aaa"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a01d2c9c74d70ed931a6bb602460c8aaa">&#9670;&#160;</a></span>__construct()</h2>
<a id="a080c84d1d647a117d0f267a54d983d9d" name="a080c84d1d647a117d0f267a54d983d9d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a080c84d1d647a117d0f267a54d983d9d">&#9670;&#160;</a></span>__construct()</h2>
<div class="memitem">
<div class="memproto">
@@ -155,7 +155,7 @@ Protected 属性</h2></td></tr>
<tr>
<td class="memname">__construct </td>
<td>(</td>
<td class="paramtype">string&#160;</td>
<td class="paramtype">?string&#160;</td>
<td class="paramname"><em>$name</em> = <code>null</code></td><td>)</td>
<td></td>
</tr>
@@ -164,7 +164,7 @@ Protected 属性</h2></td></tr>
<div class="dynheader">
函数调用图:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command_a01d2c9c74d70ed931a6bb602460c8aaa_cgraph.svg" width="316" height="51"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><iframe scrolling="no" frameborder="0" src="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command_a080c84d1d647a117d0f267a54d983d9d_cgraph.svg" width="316" height="51"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
@@ -216,8 +216,8 @@ Protected 属性</h2></td></tr>
</div>
</div>
<a id="ad98a1adc0a972cf6d0827e56a3f84c60" name="ad98a1adc0a972cf6d0827e56a3f84c60"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad98a1adc0a972cf6d0827e56a3f84c60">&#9670;&#160;</a></span>validatePluginName()</h2>
<a id="ae76840ec32bb743e9b06d58383572c63" name="ae76840ec32bb743e9b06d58383572c63"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae76840ec32bb743e9b06d58383572c63">&#9670;&#160;</a></span>validatePluginName()</h2>
<div class="memitem">
<div class="memproto">
@@ -225,7 +225,7 @@ Protected 属性</h2></td></tr>
<tr>
<td class="memname">validatePluginName </td>
<td>(</td>
<td class="paramtype">string&#160;</td>
<td class="paramtype">?string&#160;</td>
<td class="paramname"><em>$answer</em></td><td>)</td>
<td></td>
</tr>
@@ -235,7 +235,7 @@ Protected 属性</h2></td></tr>
<div class="dynheader">
函数调用图:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command_ad98a1adc0a972cf6d0827e56a3f84c60_cgraph.svg" width="258" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><iframe scrolling="no" frameborder="0" src="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command_ae76840ec32bb743e9b06d58383572c63_cgraph.svg" width="258" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>

View File

@@ -1,8 +1,8 @@
var class_z_m_1_1_command_1_1_plugin_1_1_plugin_command =
[
[ "__construct", "class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a01d2c9c74d70ed931a6bb602460c8aaa", null ],
[ "__construct", "class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a080c84d1d647a117d0f267a54d983d9d", null ],
[ "getTypeDisplayName", "class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a457cd28cbb2f99799325df724e334b33", null ],
[ "validateNamespace", "class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a4b1dc13ccc94287f518074af17f92101", null ],
[ "validatePluginName", "class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#ad98a1adc0a972cf6d0827e56a3f84c60", null ],
[ "validatePluginName", "class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#ae76840ec32bb743e9b06d58383572c63", null ],
[ "$plugin_dir", "class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a792ab9ef8f9dc62c48165981915897c1", null ]
];

View File

@@ -132,10 +132,10 @@ Protected 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html">PluginCommand</a></td></tr>
<tr class="memitem:a01d2c9c74d70ed931a6bb602460c8aaa inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a01d2c9c74d70ed931a6bb602460c8aaa">__construct</a> (string $name=null)</td></tr>
<tr class="separator:a01d2c9c74d70ed931a6bb602460c8aaa inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad98a1adc0a972cf6d0827e56a3f84c60 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#ad98a1adc0a972cf6d0827e56a3f84c60">validatePluginName</a> (string $answer)</td></tr>
<tr class="separator:ad98a1adc0a972cf6d0827e56a3f84c60 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a080c84d1d647a117d0f267a54d983d9d inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a080c84d1d647a117d0f267a54d983d9d">__construct</a> (?string $name=null)</td></tr>
<tr class="separator:a080c84d1d647a117d0f267a54d983d9d inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae76840ec32bb743e9b06d58383572c63 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#ae76840ec32bb743e9b06d58383572c63">validatePluginName</a> (?string $answer)</td></tr>
<tr class="separator:ae76840ec32bb743e9b06d58383572c63 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4b1dc13ccc94287f518074af17f92101 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a4b1dc13ccc94287f518074af17f92101">validateNamespace</a> (string $answer)</td></tr>
<tr class="separator:a4b1dc13ccc94287f518074af17f92101 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_attribs_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command')"><img src="closed.png" alt="-"/>&#160;Protected 属性 继承自 <a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html">PluginCommand</a></td></tr>
@@ -195,13 +195,13 @@ Protected 成员函数</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p >命令的主体<dl class="section return"><dt>返回</dt><dd>int 命令执行结果 {</dd></dl>
<p >命令的主体</p>
<dl class="section return"><dt>返回</dt><dd>int 命令执行结果 {</dd></dl>
<dl class="section see"><dt>参见</dt><dd>self::SUCCESS} 或 {</dd>
<dd>
self::FAILURE} 或 {</dd>
<dd>
self::INVALID}</dd></dl>
</p>
self::INVALID} </dd></dl>
<p>重载 <a class="el" href="class_z_m_1_1_command_1_1_command.html#a66eb7514ea7f7f8a5738a180b14e9b48">Command</a> .</p>
<div class="dynheader">

View File

@@ -1,5 +1,5 @@
<map id="handle" name="handle">
<area shape="rect" id="node1" title=" " alt="" coords="5,31,65,56"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" title=" " alt="" coords="114,5,170,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" title=" " alt="" coords="114,5,170,31"/>
<area shape="rect" id="node3" href="$global__functions_8php.html#a97e3b3adabf67bc7d3650ed14214ddaa" title=" " alt="" coords="113,55,171,80"/>
</map>

View File

@@ -1 +1 @@
5a709d269270b700d34f622ff4303cb4
7f6d3fcebd7f707ff2506585af375253

View File

@@ -20,7 +20,7 @@
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" target="_top" xlink:title=" ">
<g id="a_node2"><a xlink:href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="123.5,-56 81.5,-56 81.5,-37 123.5,-37 123.5,-56"/>
<text text-anchor="middle" x="102.5" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">config</text>
</a>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -132,10 +132,10 @@ Protected 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html">PluginCommand</a></td></tr>
<tr class="memitem:a01d2c9c74d70ed931a6bb602460c8aaa inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a01d2c9c74d70ed931a6bb602460c8aaa">__construct</a> (string $name=null)</td></tr>
<tr class="separator:a01d2c9c74d70ed931a6bb602460c8aaa inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad98a1adc0a972cf6d0827e56a3f84c60 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#ad98a1adc0a972cf6d0827e56a3f84c60">validatePluginName</a> (string $answer)</td></tr>
<tr class="separator:ad98a1adc0a972cf6d0827e56a3f84c60 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a080c84d1d647a117d0f267a54d983d9d inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a080c84d1d647a117d0f267a54d983d9d">__construct</a> (?string $name=null)</td></tr>
<tr class="separator:a080c84d1d647a117d0f267a54d983d9d inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae76840ec32bb743e9b06d58383572c63 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#ae76840ec32bb743e9b06d58383572c63">validatePluginName</a> (?string $answer)</td></tr>
<tr class="separator:ae76840ec32bb743e9b06d58383572c63 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4b1dc13ccc94287f518074af17f92101 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a4b1dc13ccc94287f518074af17f92101">validateNamespace</a> (string $answer)</td></tr>
<tr class="separator:a4b1dc13ccc94287f518074af17f92101 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_attribs_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command')"><img src="closed.png" alt="-"/>&#160;Protected 属性 继承自 <a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html">PluginCommand</a></td></tr>

View File

@@ -132,10 +132,10 @@ Protected 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html">PluginCommand</a></td></tr>
<tr class="memitem:a01d2c9c74d70ed931a6bb602460c8aaa inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a01d2c9c74d70ed931a6bb602460c8aaa">__construct</a> (string $name=null)</td></tr>
<tr class="separator:a01d2c9c74d70ed931a6bb602460c8aaa inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad98a1adc0a972cf6d0827e56a3f84c60 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#ad98a1adc0a972cf6d0827e56a3f84c60">validatePluginName</a> (string $answer)</td></tr>
<tr class="separator:ad98a1adc0a972cf6d0827e56a3f84c60 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a080c84d1d647a117d0f267a54d983d9d inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a080c84d1d647a117d0f267a54d983d9d">__construct</a> (?string $name=null)</td></tr>
<tr class="separator:a080c84d1d647a117d0f267a54d983d9d inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae76840ec32bb743e9b06d58383572c63 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#ae76840ec32bb743e9b06d58383572c63">validatePluginName</a> (?string $answer)</td></tr>
<tr class="separator:ae76840ec32bb743e9b06d58383572c63 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4b1dc13ccc94287f518074af17f92101 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a4b1dc13ccc94287f518074af17f92101">validateNamespace</a> (string $answer)</td></tr>
<tr class="separator:a4b1dc13ccc94287f518074af17f92101 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_attribs_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command')"><img src="closed.png" alt="-"/>&#160;Protected 属性 继承自 <a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html">PluginCommand</a></td></tr>
@@ -195,13 +195,7 @@ Protected 成员函数</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p >命令的主体<dl class="section return"><dt>返回</dt><dd>int 命令执行结果 {</dd></dl>
<dl class="section see"><dt>参见</dt><dd>self::SUCCESS} 或 {</dd>
<dd>
self::FAILURE} 或 {</dd>
<dd>
self::INVALID}</dd></dl>
</p><dl class="exception"><dt>异常</dt><dd>
<dl class="exception"><dt>异常</dt><dd>
<table class="exception">
<tr><td class="paramname">FileSystemException</td><td></td></tr>
</table>

View File

@@ -1,5 +1,5 @@
<map id="handle" name="handle">
<area shape="rect" id="node1" title=" " alt="" coords="5,31,65,56"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" title=" " alt="" coords="115,5,171,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" title=" " alt="" coords="115,5,171,31"/>
<area shape="rect" id="node3" href="$global__functions_8php.html#a5ffdd3528ee418f5b556be8335641705" title=" " alt="" coords="113,55,173,80"/>
</map>

View File

@@ -1 +1 @@
b528960bea39585043fd348a9ac7e0ca
049c0e7dcbb94766fee75a7947e0b241

View File

@@ -20,7 +20,7 @@
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" target="_top" xlink:title=" ">
<g id="a_node2"><a xlink:href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="124.5,-56 82.5,-56 82.5,-37 124.5,-37 124.5,-56"/>
<text text-anchor="middle" x="103.5" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">config</text>
</a>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -132,10 +132,10 @@ Protected 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html">PluginCommand</a></td></tr>
<tr class="memitem:a01d2c9c74d70ed931a6bb602460c8aaa inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a01d2c9c74d70ed931a6bb602460c8aaa">__construct</a> (string $name=null)</td></tr>
<tr class="separator:a01d2c9c74d70ed931a6bb602460c8aaa inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad98a1adc0a972cf6d0827e56a3f84c60 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#ad98a1adc0a972cf6d0827e56a3f84c60">validatePluginName</a> (string $answer)</td></tr>
<tr class="separator:ad98a1adc0a972cf6d0827e56a3f84c60 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a080c84d1d647a117d0f267a54d983d9d inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a080c84d1d647a117d0f267a54d983d9d">__construct</a> (?string $name=null)</td></tr>
<tr class="separator:a080c84d1d647a117d0f267a54d983d9d inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae76840ec32bb743e9b06d58383572c63 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#ae76840ec32bb743e9b06d58383572c63">validatePluginName</a> (?string $answer)</td></tr>
<tr class="separator:ae76840ec32bb743e9b06d58383572c63 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4b1dc13ccc94287f518074af17f92101 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a4b1dc13ccc94287f518074af17f92101">validateNamespace</a> (string $answer)</td></tr>
<tr class="separator:a4b1dc13ccc94287f518074af17f92101 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_attribs_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command')"><img src="closed.png" alt="-"/>&#160;Protected 属性 继承自 <a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html">PluginCommand</a></td></tr>
@@ -195,13 +195,13 @@ Protected 成员函数</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p >命令的主体<dl class="section return"><dt>返回</dt><dd>int 命令执行结果 {</dd></dl>
<p >命令的主体</p>
<dl class="section return"><dt>返回</dt><dd>int 命令执行结果 {</dd></dl>
<dl class="section see"><dt>参见</dt><dd>self::SUCCESS} 或 {</dd>
<dd>
self::FAILURE} 或 {</dd>
<dd>
self::INVALID}</dd></dl>
</p>
self::INVALID} </dd></dl>
<p>重载 <a class="el" href="class_z_m_1_1_command_1_1_command.html#a66eb7514ea7f7f8a5738a180b14e9b48">Command</a> .</p>

View File

@@ -132,10 +132,10 @@ Protected 成员函数</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
额外继承的成员函数</h2></td></tr>
<tr class="inherit_header pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command')"><img src="closed.png" alt="-"/>&#160;Public 成员函数 继承自 <a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html">PluginCommand</a></td></tr>
<tr class="memitem:a01d2c9c74d70ed931a6bb602460c8aaa inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a01d2c9c74d70ed931a6bb602460c8aaa">__construct</a> (string $name=null)</td></tr>
<tr class="separator:a01d2c9c74d70ed931a6bb602460c8aaa inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad98a1adc0a972cf6d0827e56a3f84c60 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#ad98a1adc0a972cf6d0827e56a3f84c60">validatePluginName</a> (string $answer)</td></tr>
<tr class="separator:ad98a1adc0a972cf6d0827e56a3f84c60 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a080c84d1d647a117d0f267a54d983d9d inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a080c84d1d647a117d0f267a54d983d9d">__construct</a> (?string $name=null)</td></tr>
<tr class="separator:a080c84d1d647a117d0f267a54d983d9d inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae76840ec32bb743e9b06d58383572c63 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#ae76840ec32bb743e9b06d58383572c63">validatePluginName</a> (?string $answer)</td></tr>
<tr class="separator:ae76840ec32bb743e9b06d58383572c63 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4b1dc13ccc94287f518074af17f92101 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html#a4b1dc13ccc94287f518074af17f92101">validateNamespace</a> (string $answer)</td></tr>
<tr class="separator:a4b1dc13ccc94287f518074af17f92101 inherit pub_methods_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_attribs_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_class_z_m_1_1_command_1_1_plugin_1_1_plugin_command')"><img src="closed.png" alt="-"/>&#160;Protected 属性 继承自 <a class="el" href="class_z_m_1_1_command_1_1_plugin_1_1_plugin_command.html">PluginCommand</a></td></tr>
@@ -195,13 +195,13 @@ Protected 成员函数</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p >命令的主体<dl class="section return"><dt>返回</dt><dd>int 命令执行结果 {</dd></dl>
<p >命令的主体</p>
<dl class="section return"><dt>返回</dt><dd>int 命令执行结果 {</dd></dl>
<dl class="section see"><dt>参见</dt><dd>self::SUCCESS} 或 {</dd>
<dd>
self::FAILURE} 或 {</dd>
<dd>
self::INVALID}</dd></dl>
</p>
self::INVALID} </dd></dl>
<p>重载 <a class="el" href="class_z_m_1_1_command_1_1_command.html#a66eb7514ea7f7f8a5738a180b14e9b48">Command</a> .</p>

View File

@@ -202,7 +202,6 @@ Protected 成员函数</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p >{{}} </p>
<p>重载 <a class="el" href="class_z_m_1_1_command_1_1_command.html#ab31c72b72ddaf7116db5d84c055d3c0b">Command</a> .</p>
<div class="dynheader">

View File

@@ -1,6 +1,6 @@
<map id="onSocksMessage" name="onSocksMessage">
<area shape="rect" id="node1" title=" " alt="" coords="5,56,132,81"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" title=" " alt="" coords="229,5,285,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" title=" " alt="" coords="229,5,285,31"/>
<area shape="rect" id="node3" href="$global__functions_8php.html#a97e3b3adabf67bc7d3650ed14214ddaa" title=" " alt="" coords="383,81,440,107"/>
<area shape="rect" id="node4" href="$class_z_m_1_1_command_1_1_proxy_server_command.html#aed3a43533311a345ab54f4406753d5d2" title=" " alt="" coords="180,107,335,132"/>
</map>

View File

@@ -1 +1 @@
325e032b7325fd326c7eaf3cf0569426
6d4db4b6955a09bc8c639fbbabe69ee4

View File

@@ -20,7 +20,7 @@
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" target="_top" xlink:title=" ">
<g id="a_node2"><a xlink:href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="210,-95 168,-95 168,-76 210,-76 210,-95"/>
<text text-anchor="middle" x="189" y="-83" font-family="Helvetica,sans-Serif" font-size="10.00">config</text>
</a>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -1,5 +1,5 @@
<map id="execute" name="execute">
<area shape="rect" id="node1" title=" " alt="" coords="5,31,72,56"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" title=" " alt="" coords="121,5,177,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" title=" " alt="" coords="121,5,177,31"/>
<area shape="rect" id="node3" href="$global__functions_8php.html#a97e3b3adabf67bc7d3650ed14214ddaa" title=" " alt="" coords="120,55,177,80"/>
</map>

View File

@@ -1 +1 @@
2795338d1c6861e64bb86447540ab78e
dcfe433a8619a51559b503b7adf3f270

View File

@@ -20,7 +20,7 @@
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" target="_top" xlink:title=" ">
<g id="a_node2"><a xlink:href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="128.5,-56 86.5,-56 86.5,-37 128.5,-37 128.5,-56"/>
<text text-anchor="middle" x="107.5" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">config</text>
</a>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -1,4 +1,4 @@
<map id="execute" name="execute">
<area shape="rect" id="node1" title=" " alt="" coords="5,5,72,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" title=" " alt="" coords="120,5,176,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" title=" " alt="" coords="120,5,176,31"/>
</map>

View File

@@ -1 +1 @@
63ff2e448e4dc6395ce5ce495fee110e
79c829c4ae8b8664074e3ffc40905b62

View File

@@ -20,7 +20,7 @@
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" target="_top" xlink:title=" ">
<g id="a_node2"><a xlink:href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="128,-19 86,-19 86,0 128,0 128,-19"/>
<text text-anchor="middle" x="107" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">config</text>
</a>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -195,7 +195,7 @@ Protected 成员函数</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p >{获取环境变量} </p>
<p >获取环境变量 </p>
<p>实现了 <a class="el" href="interface_z_m_1_1_config_1_1_environment_interface.html#a52cbfcd940bd1ddbe01050de175ab18b">EnvironmentInterface</a>.</p>
<div class="dynheader">
@@ -221,7 +221,7 @@ Protected 成员函数</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p >{获取所有环境变量} </p>
<p >获取所有环境变量 </p>
<p>实现了 <a class="el" href="interface_z_m_1_1_config_1_1_environment_interface.html#aba0d5b303383fb5b1fabb5fd01cd3800">EnvironmentInterface</a>.</p>
<div class="dynheader">
@@ -284,7 +284,7 @@ Protected 成员函数</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p >{设置环境变量} </p>
<p >设置环境变量 </p>
<p>实现了 <a class="el" href="interface_z_m_1_1_config_1_1_environment_interface.html#ae4b433c6e2e629ece7396aea42dd9d65">EnvironmentInterface</a>.</p>

View File

@@ -130,7 +130,7 @@ Protected 属性</h2></td></tr>
<tr class="separator:a2d12f51cc5e8069f78eb4c0226d708de"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afe7648297221aa359e40df12dce00e15"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_config_1_1_runtime_preferences.html#afe7648297221aa359e40df12dce00e15">$log_level</a> = 'info'</td></tr>
<tr class="separator:afe7648297221aa359e40df12dce00e15"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a464b52782123a3fdc4a600c85a4d7cf1"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_config_1_1_runtime_preferences.html#a464b52782123a3fdc4a600c85a4d7cf1">$config_dir</a> = <a class="el" href="global__defines__app_8php.html#ae44e8e1d83d87ae3258af05f62b8b9b9">SOURCE_ROOT_DIR</a> . '/<a class="el" href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f">config</a>'</td></tr>
<tr class="memitem:a464b52782123a3fdc4a600c85a4d7cf1"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_config_1_1_runtime_preferences.html#a464b52782123a3fdc4a600c85a4d7cf1">$config_dir</a> = <a class="el" href="global__defines__app_8php.html#ae44e8e1d83d87ae3258af05f62b8b9b9">SOURCE_ROOT_DIR</a> . '/<a class="el" href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32">config</a>'</td></tr>
<tr class="separator:a464b52782123a3fdc4a600c85a4d7cf1"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">成员函数说明</h2>
@@ -332,7 +332,7 @@ Protected 属性</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">string $config_dir = <a class="el" href="global__defines__app_8php.html#ae44e8e1d83d87ae3258af05f62b8b9b9">SOURCE_ROOT_DIR</a> . '/<a class="el" href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f">config</a>'</td>
<td class="memname">string $config_dir = <a class="el" href="global__defines__app_8php.html#ae44e8e1d83d87ae3258af05f62b8b9b9">SOURCE_ROOT_DIR</a> . '/<a class="el" href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32">config</a>'</td>
</tr>
</table>
</td>

View File

@@ -102,11 +102,11 @@ $(document).ready(function(){initNavTree('class_z_m_1_1_config_1_1_z_m_config.ht
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public 成员函数</h2></td></tr>
<tr class="memitem:a311e0b207e96219c23f6aeac8704cd35"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_config_1_1_z_m_config.html#a311e0b207e96219c23f6aeac8704cd35">__construct</a> (array $init_config=null)</td></tr>
<tr class="separator:a311e0b207e96219c23f6aeac8704cd35"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acd3274c15a1c11e7133b1d4c45002b96"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_config_1_1_z_m_config.html#acd3274c15a1c11e7133b1d4c45002b96">__construct</a> (?array $init_config=null)</td></tr>
<tr class="separator:acd3274c15a1c11e7133b1d4c45002b96"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3ebd7435a2c8d19720a6328048a029e6"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_config_1_1_z_m_config.html#a3ebd7435a2c8d19720a6328048a029e6">loadFiles</a> ()</td></tr>
<tr class="separator:a3ebd7435a2c8d19720a6328048a029e6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aaeda2663e776b119930c9da824166b14"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_config_1_1_z_m_config.html#aaeda2663e776b119930c9da824166b14">merge</a> (string $key, array $<a class="el" href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f">config</a>)</td></tr>
<tr class="memitem:aaeda2663e776b119930c9da824166b14"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_config_1_1_z_m_config.html#aaeda2663e776b119930c9da824166b14">merge</a> (string $key, array $<a class="el" href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32">config</a>)</td></tr>
<tr class="separator:aaeda2663e776b119930c9da824166b14"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4d1ec84d2ad9eee94a297ff6db1c0add"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_config_1_1_z_m_config.html#a4d1ec84d2ad9eee94a297ff6db1c0add">get</a> (string $key, mixed $default=null)</td></tr>
<tr class="separator:a4d1ec84d2ad9eee94a297ff6db1c0add"><td class="memSeparator" colspan="2">&#160;</td></tr>
@@ -132,8 +132,8 @@ Public 成员函数</h2></td></tr>
<tr class="separator:a7a2aa1e8e9c348a4f3b5a1d52a4daca0"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">构造及析构函数说明</h2>
<a id="a311e0b207e96219c23f6aeac8704cd35" name="a311e0b207e96219c23f6aeac8704cd35"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a311e0b207e96219c23f6aeac8704cd35">&#9670;&#160;</a></span>__construct()</h2>
<a id="acd3274c15a1c11e7133b1d4c45002b96" name="acd3274c15a1c11e7133b1d4c45002b96"></a>
<h2 class="memtitle"><span class="permalink"><a href="#acd3274c15a1c11e7133b1d4c45002b96">&#9670;&#160;</a></span>__construct()</h2>
<div class="memitem">
<div class="memproto">
@@ -141,7 +141,7 @@ Public 成员函数</h2></td></tr>
<tr>
<td class="memname">__construct </td>
<td>(</td>
<td class="paramtype">array&#160;</td>
<td class="paramtype">?array&#160;</td>
<td class="paramname"><em>$init_config</em> = <code>null</code></td><td>)</td>
<td></td>
</tr>
@@ -157,7 +157,7 @@ Public 成员函数</h2></td></tr>
<div class="dynheader">
函数调用图:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="class_z_m_1_1_config_1_1_z_m_config_a311e0b207e96219c23f6aeac8704cd35_cgraph.svg" width="332" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><iframe scrolling="no" frameborder="0" src="class_z_m_1_1_config_1_1_z_m_config_acd3274c15a1c11e7133b1d4c45002b96_cgraph.svg" width="332" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>

View File

@@ -1,6 +1,6 @@
var class_z_m_1_1_config_1_1_z_m_config =
[
[ "__construct", "class_z_m_1_1_config_1_1_z_m_config.html#a311e0b207e96219c23f6aeac8704cd35", null ],
[ "__construct", "class_z_m_1_1_config_1_1_z_m_config.html#acd3274c15a1c11e7133b1d4c45002b96", null ],
[ "addConfigPath", "class_z_m_1_1_config_1_1_z_m_config.html#a884772e2673674ac3b1de2fbcd602538", null ],
[ "get", "class_z_m_1_1_config_1_1_z_m_config.html#a4d1ec84d2ad9eee94a297ff6db1c0add", null ],
[ "getHolder", "class_z_m_1_1_config_1_1_z_m_config.html#af47055b0b93c4af5b35f6f55f6331d10", null ],

View File

@@ -173,7 +173,6 @@ Protected 成员函数</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p >{} </p>
<div class="dynheader">
函数调用图:</div>
<div class="dyncontent">
@@ -222,7 +221,6 @@ Protected 成员函数</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
<p >{} </p>
</div>
</div>

View File

@@ -118,8 +118,8 @@ Public 成员函数</h2></td></tr>
<tr class="separator:a7dfefed6cfe1ee94e63cac00a24ae28c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a055bcb2a2b197f7d31e1dd99d9eb62f7"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_context_1_1_bot_context.html#a055bcb2a2b197f7d31e1dd99d9eb62f7">getEvent</a> ()</td></tr>
<tr class="separator:a055bcb2a2b197f7d31e1dd99d9eb62f7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a658777d23d340b09fe9af94c5f9d1591"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_context_1_1_bot_context.html#a658777d23d340b09fe9af94c5f9d1591">promptString</a> (string|\Stringable|MessageSegment|array $prompt='', int $timeout=600, string|\Stringable|MessageSegment|array $timeout_prompt='', int $option=<a class="el" href="global__defines__app_8php.html#a0e7d7bc4b747a1673a171d598832fc6c">ZM_PROMPT_NONE</a>)</td></tr>
<tr class="separator:a658777d23d340b09fe9af94c5f9d1591"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7447834975b1b74b1439f9991b1a80bb"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_context_1_1_bot_context.html#a7447834975b1b74b1439f9991b1a80bb">promptString</a> (array|MessageSegment|string|\Stringable $prompt='', int $timeout=600, array|MessageSegment|string|\Stringable $timeout_prompt='', int $option=<a class="el" href="global__defines__app_8php.html#a0e7d7bc4b747a1673a171d598832fc6c">ZM_PROMPT_NONE</a>)</td></tr>
<tr class="separator:a7447834975b1b74b1439f9991b1a80bb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac005ebb1f545cd032a917e89944ac673"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_context_1_1_bot_context.html#ac005ebb1f545cd032a917e89944ac673">hasReplied</a> ()</td></tr>
<tr class="separator:ac005ebb1f545cd032a917e89944ac673"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aded5513660599474b24289f159454e19"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_context_1_1_bot_context.html#aded5513660599474b24289f159454e19">flushReply</a> ()</td></tr>
@@ -128,10 +128,10 @@ Public 成员函数</h2></td></tr>
<tr class="separator:a69cef040a9384052c9256696c9c04165"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a490ec24c6b656e391669feb5ddcd6620"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_context_1_1_bot_context.html#a490ec24c6b656e391669feb5ddcd6620">setParams</a> (array $params)</td></tr>
<tr class="separator:a490ec24c6b656e391669feb5ddcd6620"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0ff6263819f2e9d930b347e0b9d8bcc4"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_context_1_1_bot_context.html#a0ff6263819f2e9d930b347e0b9d8bcc4">getParam</a> (string|int $name)</td></tr>
<tr class="separator:a0ff6263819f2e9d930b347e0b9d8bcc4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8fe780d9692d6a76308059304a849059"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_context_1_1_bot_context.html#a8fe780d9692d6a76308059304a849059">getParamString</a> (string|int $name)</td></tr>
<tr class="separator:a8fe780d9692d6a76308059304a849059"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a112c3ec7c07ff7ca5874f1e3ea8a4578"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_context_1_1_bot_context.html#a112c3ec7c07ff7ca5874f1e3ea8a4578">getParam</a> (int|string $name)</td></tr>
<tr class="separator:a112c3ec7c07ff7ca5874f1e3ea8a4578"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae476638e05ec17cd22a6d14a4d32f7e9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_context_1_1_bot_context.html#ae476638e05ec17cd22a6d14a4d32f7e9">getParamString</a> (int|string $name)</td></tr>
<tr class="separator:ae476638e05ec17cd22a6d14a4d32f7e9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae32cd7c32721b02d676bb63b4b1366db"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_context_1_1_bot_context.html#ae32cd7c32721b02d676bb63b4b1366db">getParams</a> ()</td></tr>
<tr class="separator:ae32cd7c32721b02d676bb63b4b1366db"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab5aad5fd49197b75ad66d28c0150c528"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_context_1_1_bot_context.html#ab5aad5fd49197b75ad66d28c0150c528">getSelf</a> ()</td></tr>
@@ -276,8 +276,8 @@ Protected 属性</h2></td></tr>
</div>
</div>
<a id="a0ff6263819f2e9d930b347e0b9d8bcc4" name="a0ff6263819f2e9d930b347e0b9d8bcc4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0ff6263819f2e9d930b347e0b9d8bcc4">&#9670;&#160;</a></span>getParam()</h2>
<a id="a112c3ec7c07ff7ca5874f1e3ea8a4578" name="a112c3ec7c07ff7ca5874f1e3ea8a4578"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a112c3ec7c07ff7ca5874f1e3ea8a4578">&#9670;&#160;</a></span>getParam()</h2>
<div class="memitem">
<div class="memproto">
@@ -285,7 +285,7 @@ Protected 属性</h2></td></tr>
<tr>
<td class="memname">getParam </td>
<td>(</td>
<td class="paramtype">string|int&#160;</td>
<td class="paramtype">int|string&#160;</td>
<td class="paramname"><em>$name</em></td><td>)</td>
<td></td>
</tr>
@@ -319,8 +319,8 @@ Protected 属性</h2></td></tr>
</div>
</div>
<a id="a8fe780d9692d6a76308059304a849059" name="a8fe780d9692d6a76308059304a849059"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8fe780d9692d6a76308059304a849059">&#9670;&#160;</a></span>getParamString()</h2>
<a id="ae476638e05ec17cd22a6d14a4d32f7e9" name="ae476638e05ec17cd22a6d14a4d32f7e9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae476638e05ec17cd22a6d14a4d32f7e9">&#9670;&#160;</a></span>getParamString()</h2>
<div class="memitem">
<div class="memproto">
@@ -328,7 +328,7 @@ Protected 属性</h2></td></tr>
<tr>
<td class="memname">getParamString </td>
<td>(</td>
<td class="paramtype">string|int&#160;</td>
<td class="paramtype">int|string&#160;</td>
<td class="paramname"><em>$name</em></td><td>)</td>
<td></td>
</tr>
@@ -337,7 +337,7 @@ Protected 属性</h2></td></tr>
<div class="dynheader">
函数调用图:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="class_z_m_1_1_context_1_1_bot_context_a8fe780d9692d6a76308059304a849059_cgraph.svg" width="320" height="51"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><iframe scrolling="no" frameborder="0" src="class_z_m_1_1_context_1_1_bot_context_ae476638e05ec17cd22a6d14a4d32f7e9_cgraph.svg" width="320" height="51"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
@@ -384,8 +384,8 @@ Protected 属性</h2></td></tr>
</div>
</div>
<a id="a658777d23d340b09fe9af94c5f9d1591" name="a658777d23d340b09fe9af94c5f9d1591"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a658777d23d340b09fe9af94c5f9d1591">&#9670;&#160;</a></span>promptString()</h2>
<a id="a7447834975b1b74b1439f9991b1a80bb" name="a7447834975b1b74b1439f9991b1a80bb"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7447834975b1b74b1439f9991b1a80bb">&#9670;&#160;</a></span>promptString()</h2>
<div class="memitem">
<div class="memproto">
@@ -393,7 +393,7 @@ Protected 属性</h2></td></tr>
<tr>
<td class="memname">promptString </td>
<td>(</td>
<td class="paramtype">string|\Stringable|MessageSegment|array&#160;</td>
<td class="paramtype">array|MessageSegment|string|\Stringable&#160;</td>
<td class="paramname"><em>$prompt</em> = <code>''</code>, </td>
</tr>
<tr>
@@ -405,7 +405,7 @@ Protected 属性</h2></td></tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">string|\Stringable|MessageSegment|array&#160;</td>
<td class="paramtype">array|MessageSegment|string|\Stringable&#160;</td>
<td class="paramname"><em>$timeout_prompt</em> = <code>''</code>, </td>
</tr>
<tr>

View File

@@ -4,12 +4,12 @@ var class_z_m_1_1_context_1_1_bot_context =
[ "flushReply", "class_z_m_1_1_context_1_1_bot_context.html#aded5513660599474b24289f159454e19", null ],
[ "getBot", "class_z_m_1_1_context_1_1_bot_context.html#a69cef040a9384052c9256696c9c04165", null ],
[ "getEvent", "class_z_m_1_1_context_1_1_bot_context.html#a055bcb2a2b197f7d31e1dd99d9eb62f7", null ],
[ "getParam", "class_z_m_1_1_context_1_1_bot_context.html#a0ff6263819f2e9d930b347e0b9d8bcc4", null ],
[ "getParam", "class_z_m_1_1_context_1_1_bot_context.html#a112c3ec7c07ff7ca5874f1e3ea8a4578", null ],
[ "getParams", "class_z_m_1_1_context_1_1_bot_context.html#ae32cd7c32721b02d676bb63b4b1366db", null ],
[ "getParamString", "class_z_m_1_1_context_1_1_bot_context.html#a8fe780d9692d6a76308059304a849059", null ],
[ "getParamString", "class_z_m_1_1_context_1_1_bot_context.html#ae476638e05ec17cd22a6d14a4d32f7e9", null ],
[ "getSelf", "class_z_m_1_1_context_1_1_bot_context.html#ab5aad5fd49197b75ad66d28c0150c528", null ],
[ "hasReplied", "class_z_m_1_1_context_1_1_bot_context.html#ac005ebb1f545cd032a917e89944ac673", null ],
[ "promptString", "class_z_m_1_1_context_1_1_bot_context.html#a658777d23d340b09fe9af94c5f9d1591", null ],
[ "promptString", "class_z_m_1_1_context_1_1_bot_context.html#a7447834975b1b74b1439f9991b1a80bb", null ],
[ "setParams", "class_z_m_1_1_context_1_1_bot_context.html#a490ec24c6b656e391669feb5ddcd6620", null ],
[ "$params", "class_z_m_1_1_context_1_1_bot_context.html#a21ae116e22adda72b3971dde67f4ef19", null ],
[ "$self", "class_z_m_1_1_context_1_1_bot_context.html#a9a3bd662490b066138720cc485454608", null ]

View File

@@ -1,4 +1,4 @@
<map id="getParamString" name="getParamString">
<area shape="rect" id="node1" title=" " alt="" coords="5,13,117,38"/>
<area shape="rect" id="node2" href="$class_z_m_1_1_utils_1_1_message_util.html#a1cd871781f85c94e2d084bf8e3b8bf11" title=" " alt="" coords="165,5,315,45"/>
<area shape="rect" id="node2" href="$class_z_m_1_1_utils_1_1_message_util.html#a17b7af2b9fe1d305bcc5c9a08d401520" title=" " alt="" coords="165,5,315,45"/>
</map>

View File

@@ -0,0 +1 @@
97bdda3ff05fcd1ac5c85d8f1bf2fd84

View File

@@ -20,7 +20,7 @@
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="class_z_m_1_1_utils_1_1_message_util.html#a1cd871781f85c94e2d084bf8e3b8bf11" target="_top" xlink:title=" ">
<g id="a_node2"><a xlink:href="class_z_m_1_1_utils_1_1_message_util.html#a17b7af2b9fe1d305bcc5c9a08d401520" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="232,-30 120,-30 120,0 232,0 232,-30"/>
<text text-anchor="start" x="128" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">ZM\Utils\MessageUtil</text>
<text text-anchor="middle" x="176" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">\getAltMessage</text>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,4 +1,4 @@
<map id="onMasterStart" name="onMasterStart">
<area shape="rect" id="node1" title=" " alt="" coords="5,5,109,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" title=" " alt="" coords="157,5,213,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" title=" " alt="" coords="157,5,213,31"/>
</map>

View File

@@ -1 +1 @@
8d4fe275354dd3ec2bcf753b39f2efb1
f2446c2aefff486a32877d19a3ae49e1

View File

@@ -20,7 +20,7 @@
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" target="_top" xlink:title=" ">
<g id="a_node2"><a xlink:href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="156,-19 114,-19 114,0 156,0 156,-19"/>
<text text-anchor="middle" x="135" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">config</text>
</a>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1,6 +1,6 @@
<map id="onWorkerStart999" name="onWorkerStart999">
<area shape="rect" id="node1" title=" " alt="" coords="5,55,132,80"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" title=" " alt="" coords="221,5,277,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" title=" " alt="" coords="221,5,277,31"/>
<area shape="rect" id="node3" href="$global__functions_8php.html#a97e3b3adabf67bc7d3650ed14214ddaa" title=" " alt="" coords="221,55,278,80"/>
<area shape="rect" id="node4" href="$global__functions_8php.html#ab6532d66138e9cf91863546fc93556a1" title=" " alt="" coords="180,104,319,129"/>
</map>

View File

@@ -1 +1 @@
ac3b5bc08c0294355f5ee10c18cb7349
67ec8f6be72bc111a8f74a3f82721691

View File

@@ -20,7 +20,7 @@
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" target="_top" xlink:title=" ">
<g id="a_node2"><a xlink:href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="204,-93 162,-93 162,-74 204,-74 204,-93"/>
<text text-anchor="middle" x="183" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">config</text>
</a>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -1,5 +1,5 @@
<map id="onWorkerStop999" name="onWorkerStop999">
<area shape="rect" id="node1" title=" " alt="" coords="5,31,131,56"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" title=" " alt="" coords="179,5,235,31"/>
<area shape="rect" id="node2" href="$global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" title=" " alt="" coords="179,5,235,31"/>
<area shape="rect" id="node3" href="$global__functions_8php.html#a97e3b3adabf67bc7d3650ed14214ddaa" title=" " alt="" coords="179,55,236,80"/>
</map>

View File

@@ -1 +1 @@
8f0b0515f25fcd8bafb061d18ed8c0eb
30937f3d4b10f1eaed32a2512c477416

View File

@@ -20,7 +20,7 @@
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="global__functions_8php.html#a71de63d02514c7e74d68338f4424139f" target="_top" xlink:title=" ">
<g id="a_node2"><a xlink:href="global__functions_8php.html#a4683e84c7a7d81d6a7d6b93a10e4be32" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="172.5,-56 130.5,-56 130.5,-37 172.5,-37 172.5,-56"/>
<text text-anchor="middle" x="151.5" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">config</text>
</a>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -112,12 +112,12 @@ InterruptException 的协作图:</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public 成员函数</h2></td></tr>
<tr class="memitem:a3da1dd19aec6c3f597310cf5c7c4da13"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_exception_1_1_interrupt_exception.html#a3da1dd19aec6c3f597310cf5c7c4da13">__construct</a> (public $return_var=null, $message='', $code=0, \Throwable $previous=null)</td></tr>
<tr class="separator:a3da1dd19aec6c3f597310cf5c7c4da13"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acab487f20e1c209c80ada5a8d14b35e1"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_exception_1_1_interrupt_exception.html#acab487f20e1c209c80ada5a8d14b35e1">__construct</a> (public $return_var=null, $message='', $code=0, ?\Throwable $previous=null)</td></tr>
<tr class="separator:acab487f20e1c209c80ada5a8d14b35e1"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">构造及析构函数说明</h2>
<a id="a3da1dd19aec6c3f597310cf5c7c4da13" name="a3da1dd19aec6c3f597310cf5c7c4da13"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3da1dd19aec6c3f597310cf5c7c4da13">&#9670;&#160;</a></span>__construct()</h2>
<a id="acab487f20e1c209c80ada5a8d14b35e1" name="acab487f20e1c209c80ada5a8d14b35e1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#acab487f20e1c209c80ada5a8d14b35e1">&#9670;&#160;</a></span>__construct()</h2>
<div class="memitem">
<div class="memproto">
@@ -143,7 +143,7 @@ Public 成员函数</h2></td></tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">\Throwable&#160;</td>
<td class="paramtype">?\Throwable&#160;</td>
<td class="paramname"><em>$previous</em> = <code>null</code>&#160;</td>
</tr>
<tr>

View File

@@ -1,4 +1,4 @@
var class_z_m_1_1_exception_1_1_interrupt_exception =
[
[ "__construct", "class_z_m_1_1_exception_1_1_interrupt_exception.html#a3da1dd19aec6c3f597310cf5c7c4da13", null ]
[ "__construct", "class_z_m_1_1_exception_1_1_interrupt_exception.html#acab487f20e1c209c80ada5a8d14b35e1", null ]
];

View File

@@ -112,8 +112,8 @@ WaitTimeoutException 的协作图:</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public 成员函数</h2></td></tr>
<tr class="memitem:a2902cdb1fb0d21d72887cffc47a2b555"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_exception_1_1_wait_timeout_exception.html#a2902cdb1fb0d21d72887cffc47a2b555">__construct</a> (public mixed $module, string|\MessageSegment|array|\Stringable $timeout_prompt='', private ?ActionResponse $prompt_response=null, private ?OneBotEvent $user_event=null, private int $prompt_option=<a class="el" href="global__defines__app_8php.html#a0e7d7bc4b747a1673a171d598832fc6c">ZM_PROMPT_NONE</a>, \Throwable $previous=null)</td></tr>
<tr class="separator:a2902cdb1fb0d21d72887cffc47a2b555"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a80b19e31ec13f6a39429fba767d81c61"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_exception_1_1_wait_timeout_exception.html#a80b19e31ec13f6a39429fba767d81c61">__construct</a> (public mixed $module, array|\MessageSegment|string|\Stringable $timeout_prompt='', private ?ActionResponse $prompt_response=null, private ?OneBotEvent $user_event=null, private int $prompt_option=<a class="el" href="global__defines__app_8php.html#a0e7d7bc4b747a1673a171d598832fc6c">ZM_PROMPT_NONE</a>, ?\Throwable $previous=null)</td></tr>
<tr class="separator:a80b19e31ec13f6a39429fba767d81c61"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a38ef72a1eefa3d4c3e2d3f5e56534919"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_exception_1_1_wait_timeout_exception.html#a38ef72a1eefa3d4c3e2d3f5e56534919">getTimeoutPrompt</a> ()</td></tr>
<tr class="separator:a38ef72a1eefa3d4c3e2d3f5e56534919"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abd091c37b2d290866acc12483237d6bb"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_exception_1_1_wait_timeout_exception.html#abd091c37b2d290866acc12483237d6bb">getPromptResponse</a> ()</td></tr>
@@ -124,8 +124,8 @@ Public 成员函数</h2></td></tr>
<tr class="separator:aec459b0348107f7f251e6ba09ab0ec4a"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">构造及析构函数说明</h2>
<a id="a2902cdb1fb0d21d72887cffc47a2b555" name="a2902cdb1fb0d21d72887cffc47a2b555"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2902cdb1fb0d21d72887cffc47a2b555">&#9670;&#160;</a></span>__construct()</h2>
<a id="a80b19e31ec13f6a39429fba767d81c61" name="a80b19e31ec13f6a39429fba767d81c61"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a80b19e31ec13f6a39429fba767d81c61">&#9670;&#160;</a></span>__construct()</h2>
<div class="memitem">
<div class="memproto">
@@ -139,7 +139,7 @@ Public 成员函数</h2></td></tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">string|\MessageSegment|array|\Stringable&#160;</td>
<td class="paramtype">array|\MessageSegment|string|\Stringable&#160;</td>
<td class="paramname"><em>$timeout_prompt</em> = <code>''</code>, </td>
</tr>
<tr>
@@ -163,7 +163,7 @@ Public 成员函数</h2></td></tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">\Throwable&#160;</td>
<td class="paramtype">?\Throwable&#160;</td>
<td class="paramname"><em>$previous</em> = <code>null</code>&#160;</td>
</tr>
<tr>

View File

@@ -1,6 +1,6 @@
var class_z_m_1_1_exception_1_1_wait_timeout_exception =
[
[ "__construct", "class_z_m_1_1_exception_1_1_wait_timeout_exception.html#a2902cdb1fb0d21d72887cffc47a2b555", null ],
[ "__construct", "class_z_m_1_1_exception_1_1_wait_timeout_exception.html#a80b19e31ec13f6a39429fba767d81c61", null ],
[ "getPromptOption", "class_z_m_1_1_exception_1_1_wait_timeout_exception.html#aec459b0348107f7f251e6ba09ab0ec4a", null ],
[ "getPromptResponse", "class_z_m_1_1_exception_1_1_wait_timeout_exception.html#abd091c37b2d290866acc12483237d6bb", null ],
[ "getTimeoutPrompt", "class_z_m_1_1_exception_1_1_wait_timeout_exception.html#a38ef72a1eefa3d4c3e2d3f5e56534919", null ],

View File

@@ -112,12 +112,12 @@ ZMKnownException 的协作图:</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public 成员函数</h2></td></tr>
<tr class="memitem:a636aeb7d5a5f252b871952522d32b3ee"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_exception_1_1_z_m_known_exception.html#a636aeb7d5a5f252b871952522d32b3ee">__construct</a> ($err_code, $message='', $code=0, \Throwable $previous=null)</td></tr>
<tr class="separator:a636aeb7d5a5f252b871952522d32b3ee"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac0304b209d446971a8a7f853c456be00"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_z_m_1_1_exception_1_1_z_m_known_exception.html#ac0304b209d446971a8a7f853c456be00">__construct</a> ($err_code, $message='', $code=0, ?\Throwable $previous=null)</td></tr>
<tr class="separator:ac0304b209d446971a8a7f853c456be00"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">构造及析构函数说明</h2>
<a id="a636aeb7d5a5f252b871952522d32b3ee" name="a636aeb7d5a5f252b871952522d32b3ee"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a636aeb7d5a5f252b871952522d32b3ee">&#9670;&#160;</a></span>__construct()</h2>
<a id="ac0304b209d446971a8a7f853c456be00" name="ac0304b209d446971a8a7f853c456be00"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac0304b209d446971a8a7f853c456be00">&#9670;&#160;</a></span>__construct()</h2>
<div class="memitem">
<div class="memproto">
@@ -143,7 +143,7 @@ Public 成员函数</h2></td></tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">\Throwable&#160;</td>
<td class="paramtype">?\Throwable&#160;</td>
<td class="paramname"><em>$previous</em> = <code>null</code>&#160;</td>
</tr>
<tr>
@@ -156,7 +156,7 @@ Public 成员函数</h2></td></tr>
<div class="dynheader">
函数调用图:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="class_z_m_1_1_exception_1_1_z_m_known_exception_a636aeb7d5a5f252b871952522d32b3ee_cgraph.svg" width="288" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><iframe scrolling="no" frameborder="0" src="class_z_m_1_1_exception_1_1_z_m_known_exception_ac0304b209d446971a8a7f853c456be00_cgraph.svg" width="288" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>

Some files were not shown because too many files have changed in this diff Show More