diff --git a/language/oop.xml b/language/oop.xml index 3d377bf961..e957d93c23 100644 --- a/language/oop.xml +++ b/language/oop.xml @@ -1,5 +1,5 @@ - + Classes and Objects (PHP 4) @@ -7,7 +7,9 @@ <literal>class</literal> A class is a collection of variables and functions working with - these variables. A class is defined using the following syntax: + these variables. Variables are defined by var and + functions by function. A class is defined using the + following syntax: