From 5aff634366d196a6169aad6f873f1c23e3d246a6 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Tue, 28 Dec 2004 14:39:19 +0000 Subject: [PATCH] fix #31257: s/overloaded/overrided git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175786 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/basic.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/oop5/basic.xml b/language/oop5/basic.xml index e5cbac98fa..cffa38ba4b 100644 --- a/language/oop5/basic.xml +++ b/language/oop5/basic.xml @@ -1,5 +1,5 @@ - + The Basics @@ -103,10 +103,10 @@ object(SimpleClass)#1 (1) { classes, a class can only inherit one base class. - The inherited methods and members can be overloaded, unless the parent + The inherited methods and members can be overrided, unless the parent class has defined a method as final, by redeclaring them within the same name defined in the parent class. - It is possible to access the overloaded method or members by + It is possible to access the overrided method or members by referencing them with parent::