mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
42238e5d20
commit
740336ed22
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue