summaryrefslogtreecommitdiff
path: root/include/interface.h
AgeCommit message (Expand)Author
2015-06-15added extra check for abstract keyword when adding abstract methods for inter...Emiel Bruijntjes
2015-06-04Allow interfaces define static methodsDreamsxin
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and e...Martijn Otto
2014-04-04Add an bility to define inheritance for interfacesAlexander Lisachenko
2014-04-02added Class::implements() method to allow classes that implement interfaces (...Emiel Bruijntjes
2014-04-02refactored the class and classbase classes, and introduced a classimpl class ...Emiel Bruijntjes
2014-03-13magic methods no longer are virtual, so that more signatures are acceptable. ...Emiel Bruijntjes
2014-03-13added serializable class (but not yet implemented it)Emiel Bruijntjes
2014-03-12implemented magic __compare() methodEmiel Bruijntjes
2014-03-09work in progress on iteratorsEmiel Bruijntjes
2014-03-04implemented cloning of objectsEmiel Bruijntjes
2014-03-01grouped all class constants in a single file ClassType.hEmiel Bruijntjes
2014-03-01added possibility to define interfaces, the class::add() method has been rena...Emiel Bruijntjes
2014-02-28class modifiers have been removed, special classes AbstractClass and FinalCla...Emiel Bruijntjes