Adldap\Models\User::getLockoutTime PHP Method

getLockoutTime() public method

Returns the users lockout time.
public getLockoutTime ( ) : string
return string
    public function getLockoutTime()
    {
        return $this->getFirstAttribute($this->schema->lockoutTime());
    }