Property | Type | Description | |
---|---|---|---|
$password | |||
$token |
Property | Type | Description | |
---|---|---|---|
$activated | |||
$name |
Method | Description | |
---|---|---|
getActivated ( ) : boolean | To know if the account is activated. | |
getEmail ( ) : string | Get the user's email. | |
getName ( ) : string | Get the user's name. | |
getSource ( ) : string | By every request, phalcon will always pull this function as basis to know what is the table's name. | |
setActivated ( boolean $bool ) : mixed | Set the column activated in the table as boolean. | |
setEmail ( string $email ) | Set the email. | |
setName ( string $name ) : mixed | Set the name field. |
public getActivated ( ) : boolean | ||
return | boolean |
public setActivated ( boolean $bool ) : mixed | ||
$bool | boolean | a boolean value to be based if activated or not |
return | mixed |