mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Un-fix the "fix" to the members. This fix would have limited the sense
of the wording to properties, when it applies to both properties and methods. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288502 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8eb446821a
commit
baa9b54487
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
|||
<para>
|
||||
The visibility of a property or method can be defined by prefixing
|
||||
the declaration with the keywords: public, protected or
|
||||
private. Class properties declared public can be accessed
|
||||
everywhere. Properties declared protected can be accessed only within
|
||||
the class itself and by inherited and parent classes. Properties
|
||||
private. Class members declared public can be accessed
|
||||
everywhere. Members declared protected can be accessed only within
|
||||
the class itself and by inherited and parent classes. Members
|
||||
declared as private may only be accessed by the class that defines
|
||||
the member.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue