curt Wed Sep 22 21:30:06 2004 EDT
Modified files:
/phpdoc/en/language/oop5 interfaces.xml
Log:
Fix bug #30201
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/interfaces.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/language/oop5/interfaces.xml
diff -u phpdoc/en/language/oop5/interfaces.xml:1.4
phpdoc/en/language/oop5/interfaces.xml:1.5
--- phpdoc/en/language/oop5/interfaces.xml:1.4 Sat Sep 18 23:49:07 2004
+++ phpdoc/en/language/oop5/interfaces.xml Wed Sep 22 21:30:05 2004
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<sect1 id="language.oop5.interfaces">
<title>Object Interfaces</title>
<para>
- Object interfaces allow you to create code which specifies which methods
- and variables a class must implement, without having to define how these
- methods are handled.
+ Object interfaces allow you to create code which specifies which methods a
+ class must implement, without having to define how these methods are
+ handled.
</para>
<para>
Interfaces are defined using the interface keyword, in the same way as a