Adldap\Models\User::getPasswordLastSet PHP Method

getPasswordLastSet() public method

Returns the time when the users password was set last.
public getPasswordLastSet ( ) : string
return string
    public function getPasswordLastSet()
    {
        return $this->getFirstAttribute($this->schema->passwordLastSet());
    }