From d8af7675389df1bf4796e03e9286fdadba882d38 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Fri, 7 Mar 2014 10:52:55 +0100 Subject: removed tabs from makefile, work in progress on implementing SPL interfaces --- include/countable.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'include/countable.h') diff --git a/include/countable.h b/include/countable.h index 12d87d5..1b99463 100644 --- a/include/countable.h +++ b/include/countable.h @@ -24,18 +24,12 @@ namespace Php { class Countable { public: - /** - * Implementation of the countable interface - * @return zend_class_entry* - * @internal - */ - static struct _zend_class_entry *implementation(); - /** * Retrieve the number of items in the class * @return Value */ virtual Value count() = 0; + }; /** -- cgit v1.2.3