vrana Sun May 23 12:02:56 2004 EDT
Modified files: /phpdoc/en/language oop.xml Log: Typo http://cvs.php.net/diff.php/phpdoc/en/language/oop.xml?r1=1.51&r2=1.52&ty=u Index: phpdoc/en/language/oop.xml diff -u phpdoc/en/language/oop.xml:1.51 phpdoc/en/language/oop.xml:1.52 --- phpdoc/en/language/oop.xml:1.51 Wed May 5 16:19:50 2004 +++ phpdoc/en/language/oop.xml Sun May 23 12:02:56 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.51 $ --> +<!-- $Revision: 1.52 $ --> <chapter id="language.oop"> <title>Classes and Objects</title> @@ -241,7 +241,7 @@ has all variables and functions of the base class (this is called 'inheritance' despite the fact that nobody died) and what you add in the extended definition. It is not possible to - substract from a class, that is, to undefine any existing + subtract from a class, that is, to undefine any existing functions or variables. An extended class is always dependent on a single base class, that is, multiple inheritance is not supported. Classes are extended using the keyword 'extends'.