summaryrefslogtreecommitdiff
path: root/src/classimpl.h
AgeCommit message (Collapse)Author
2014-04-05implemented static properties as requested in issue #58v1.0Emiel Bruijntjes
2014-04-03fixes to compile on 5.3Emiel Bruijntjes
2014-04-02it now is possible to register a class as base class (although not yet ↵Emiel Bruijntjes
working) (request from issue #52)
2014-04-02added Class::implements() method to allow classes that implement interfaces ↵Emiel Bruijntjes
(request from issue #52)
2014-04-02refactored the class and classbase classes, and introduced a classimpl class ↵Emiel Bruijntjes
in the src directory, this is a first step to remove all zend-specific code from the header files, so that we can later have a hhvm backend for the php-cpp library