aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/Page/Entity.php
blob: 6ca59798ee80e4f566031240264a3cd6031d324a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}