Add self to the list of possible type names.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337738 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2015-09-03 21:09:03 +00:00
parent 42238e5d20
commit 740336ed22

View file

@ -399,6 +399,15 @@ Making a bowl of acidophilus raspberry.
</entry>
<entry>PHP 5.0.0</entry>
</row>
<row>
<entry><literal>self</literal></entry>
<entry>
The parameter must be an &instanceof; the same class as the one the
method is defined on. This can only be used on class and instance
methods.
</entry>
<entry>PHP 5.0.0</entry>
</row>
<row>
<entry><type>array</type></entry>
<entry>