Components\Model\User::getActivated PHP Méthode

getActivated() public méthode

To know if the account is activated.
public getActivated ( ) : boolean
Résultat boolean
    public function getActivated()
    {
        return (bool) $this->activated;
    }