LdapTools\Security\Flags::getValue PHP Method

getValue() public method

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