mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fix bug #30201
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169017 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d25ebd2a62
commit
716ae95281
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue