equal
deleted
inserted
replaced
20 * @method setPassword($string) |
20 * @method setPassword($string) |
21 * @method string getFirstname() |
21 * @method string getFirstname() |
22 * @method setFirstname($string) |
22 * @method setFirstname($string) |
23 * @method string getLastname() |
23 * @method string getLastname() |
24 * @method setLastname($string) |
24 * @method setLastname($string) |
25 */ |
25 */ |
26 class TUser extends Entity { |
26 class TUser extends Entity { |
|
27 |
27 public function __construct() { |
28 public function __construct() { |
28 parent::__construct('t_user'); |
29 parent::__construct('t_user'); |
29 } |
30 } |
|
31 |
30 } |
32 } |