From 6072701319a3bf085bbc354c3e3dae9b7d021be0 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Fri, 28 Feb 2014 10:37:08 +0100 Subject: class modifiers have been removed, special classes AbstractClass and FinalClass have been added --- include/interface.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 include/interface.h (limited to 'include/interface.h') diff --git a/include/interface.h b/include/interface.h new file mode 100644 index 0000000..7bdb5d6 --- /dev/null +++ b/include/interface.h @@ -0,0 +1,24 @@ +/** + * Interface.h + * + * @copyright 2014 Copernica BV + * @author Emiel Bruijntjes + */ + +/** + * Set up namespace + */ +namespace Php { + +/** + * @todo implementation, should be somehow an extension of a regular + * class, but without methods to define methods + * + * the flag that should be passed to the base it 0x80 + */ + +/** + * End namespace + */ +} + -- cgit v1.2.3