mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document ReflectionGenerator class and methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337576 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4c106204a1
commit
f581e88c2a
2 changed files with 10 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
&reference.reflection.reflectionparameter;
|
||||
&reference.reflection.reflectionproperty;
|
||||
&reference.reflection.reflectiontype;
|
||||
&reference.reflection.reflectiongenerator;
|
||||
&reference.reflection.reflector;
|
||||
&reference.reflection.reflectionexception;
|
||||
|
||||
|
|
|
@ -296,6 +296,15 @@
|
|||
<function name='reflectiontype::allowsnull' from='PHP 7'/>
|
||||
<function name='reflectiontype::isbuiltin' from='PHP 7'/>
|
||||
<function name='reflectiontype::__tostring' from='PHP 7'/>
|
||||
|
||||
<function name='reflectiongenerator' from='PHP 7'/>
|
||||
<function name='reflectiongenerator::__construct' from='PHP 7'/>
|
||||
<function name='reflectiongenerator::getfunction' from='PHP 7'/>
|
||||
<function name='reflectiongenerator::getthis' from='PHP 7'/>
|
||||
<function name='reflectiongenerator::gettrace' from='PHP 7'/>
|
||||
<function name='reflectiongenerator::getexecutingline' from='PHP 7'/>
|
||||
<function name='reflectiongenerator::getexecutingfile' from='PHP 7'/>
|
||||
<function name='reflectiongenerator::getexecutinggenerator' from='PHP 7'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue