mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
link to variable property names description from oop5 properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327106 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f292681131
commit
666b6aa9a5
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@
|
|||
<para>
|
||||
Within class methods the properties, constants, and methods may be
|
||||
accessed by using the form <varname>$this->property</varname>
|
||||
(where <literal>property</literal> is the name of the property)
|
||||
(where <literal>property</literal> is the name of the property; see
|
||||
also <link linkend="language.variables.variable">variable property names</link>)
|
||||
unless the access is to a static property within the context of a
|
||||
static class method, in which case it is accessed using the
|
||||
form <varname>self::$property</varname>. See <link linkend="language.oop5.static">Static
|
||||
|
|
Loading…
Reference in a new issue