mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #74285: Closure::bindto documentation is missing change in PHP7.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342186 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9bcd60c701
commit
57348daadc
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
|||
'static' to keep the current one. If an object is given, the type of the
|
||||
object will be used instead. This determines the visibility of protected
|
||||
and private methods of the bound object.
|
||||
It is not allowed to pass (an object of) an internal class as this parameter.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue