LdapTools\Security\Ace\AceType::__construct PHP Method

__construct() public method

public __construct ( string | integer $type )
$type string | integer
    public function __construct($type)
    {
        $this->setValue($type);
    }