From 716ae95281477b59a737f10360ffe63af8959bf4 Mon Sep 17 00:00:00 2001 From: Curt Zirzow Date: Thu, 23 Sep 2004 01:30:05 +0000 Subject: [PATCH] Fix bug #30201 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169017 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/interfaces.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/language/oop5/interfaces.xml b/language/oop5/interfaces.xml index f122eccdb9..06d4d639b9 100644 --- a/language/oop5/interfaces.xml +++ b/language/oop5/interfaces.xml @@ -1,11 +1,11 @@ - + Object Interfaces - 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. Interfaces are defined using the interface keyword, in the same way as a