mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95818 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
379c311104
commit
0408aee54f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.36 $ -->
|
||||
<!-- $Revision: 1.37 $ -->
|
||||
<chapter id="language.oop">
|
||||
<title>Classes and Objects</title>
|
||||
|
||||
|
@ -571,7 +571,7 @@ $b->example();
|
|||
code, you should be using the special name
|
||||
<literal>parent</literal>, which refers to the name of your
|
||||
base class as given in the <literal>extends</literal>
|
||||
declation of your class. By doing this, you avoid using the
|
||||
declaration of your class. By doing this, you avoid using the
|
||||
name of your base class in more than one place. Should
|
||||
your inheritance tree change during implementation, the
|
||||
change is easily made by simply changing the
|
||||
|
|
Loading…
Reference in a new issue