diff --git a/language/oop5/basic.xml b/language/oop5/basic.xml index 57da3391bc..c0d5443fb3 100644 --- a/language/oop5/basic.xml +++ b/language/oop5/basic.xml @@ -1,5 +1,5 @@ - + The Basics @@ -17,7 +17,8 @@ belongs, but can be another object, if the method is called statically from the context of a secondary object). This is illustrated in the following example: - + + <varname>$this</varname> variable in object-oriented language - + Simple Class definition @@ -98,7 +99,7 @@ class SimpleClass ]]>