From e610eb1970a5c8702b285d58a6989d803abe1b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Tue, 1 Nov 2005 16:28:17 +0000 Subject: [PATCH] adding title to an 'big' example + adding ; at the end of a line git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199711 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/basic.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 ]]>