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:
Thomas Punt 2015-08-21 16:06:31 +00:00
parent 4c106204a1
commit f581e88c2a
2 changed files with 10 additions and 0 deletions

View file

@ -38,6 +38,7 @@
&reference.reflection.reflectionparameter;
&reference.reflection.reflectionproperty;
&reference.reflection.reflectiontype;
&reference.reflection.reflectiongenerator;
&reference.reflection.reflector;
&reference.reflection.reflectionexception;

View file

@ -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