diff options
Diffstat (limited to 'core/namespace/Page/Entity.php')
-rw-r--r-- | core/namespace/Page/Entity.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/namespace/Page/Entity.php b/core/namespace/Page/Entity.php new file mode 100644 index 0000000..6ca5979 --- /dev/null +++ b/core/namespace/Page/Entity.php @@ -0,0 +1,13 @@ +<?php +namespace Page; + +class Entity extends \Entity { + protected $id = FALSE; + protected $user = FALSE; + protected $slug = FALSE; + protected $name = FALSE; + protected $body = FALSE; + protected $argv = FALSE; + protected $time_insert = FALSE; + protected $time_update = FALSE; +} |