Adldap\Models\User::getUserAccountControl PHP Méthode

getUserAccountControl() public méthode

Returns the users user account control integer.
public getUserAccountControl ( ) : string
Résultat string
    public function getUserAccountControl()
    {
        return $this->getFirstAttribute($this->schema->userAccountControl());
    }