classes/bfw/entities/core/TUser.php
changeset 37 f4fce35327ff
parent 30 5751ca5a55c0
equal deleted inserted replaced
36:011596fe2830 37:f4fce35327ff
    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 }