cannot use var with other visibility keywords

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311569 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2011-05-30 09:30:50 +00:00
parent 654099b8c6
commit 84fee8e038

View file

@ -17,9 +17,8 @@
<title>Property Visibility</title>
<para>
Class properties must be defined as public, private, or
protected. If declared using <emphasis>var</emphasis> without an
explicit visibility keyword, the property will be defined as
public.
protected. If declared using <emphasis>var</emphasis>,
the property will be defined as public.
</para>
<para>
<example>