aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/User/Entity.php
blob: fdfaf9ecce5d4f6b9cbf2898dfd356a85c820399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
namespace User;

class Entity extends \Entity {
	protected $id       = FALSE;
	protected $slug     = FALSE;
	protected $username = FALSE;
	protected $password = FALSE;
	protected $fullname = FALSE;
	protected $mailaddr = FALSE;
	protected $body     = FALSE;
	protected $argv     = FALSE;
	protected $time_insert = FALSE;
	protected $time_update = FALSE;
}