Not *every* class definition matches this pattern, only basic classes.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297937 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel P. Brown 2010-04-12 23:06:29 +00:00
parent e1a8a7efe3
commit 17e93774d1

View file

@ -7,7 +7,7 @@
<sect2 xml:id="language.oop5.basic.class">
<title>class</title>
<para>
Every class definition begins with the
Basic class definition begins with the
keyword <literal>class</literal>, followed by a class name,
followed by a pair of curly braces which enclose the definitions
of the class's properties and methods.