mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
e1a8a7efe3
commit
17e93774d1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue