git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169017 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Curt Zirzow 2004-09-23 01:30:05 +00:00
parent d25ebd2a62
commit 716ae95281

View file

@ -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