From b4936cbc31c20c390d50333da5c83ff31795acf7 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Wed, 11 Jun 2014 10:45:01 +0200 Subject: when an object was created using Php::Object("MyClass", new MyClass()), the object handlers were not installed, which caused the magic methods not to be functional (issue #94) --- include/classbase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/classbase.h') diff --git a/include/classbase.h b/include/classbase.h index a736c4e..9f0bac3 100644 --- a/include/classbase.h +++ b/include/classbase.h @@ -2,9 +2,9 @@ * ClassBase.h * * This is the base class of the "Class" class. This is an internal class that - * is used by the PHP-CPP library. But because the constructor is protected, + * is used by the PHP-CPP library. Because the constructor is protected, * you can not create any instances if this class yourself (and you are not - * supposed to do that either. + * supposed to do that either). * * Further more, because this base class is a 'private' base of Class, all * features of it are normally also inaccessible. -- cgit v1.2.3