LdapTools\Security\Flags::getValue PHP Méthode

getValue() public méthode

Get the flag integer value.
public getValue ( ) : integer
Résultat integer
    public function getValue()
    {
        return $this->flags;
    }