LdapTools\Security\SecurityDescriptor::setSacl PHP Method

setSacl() public method

Set the System ACL.
public setSacl ( Sacl $sacl = null )
$sacl LdapTools\Security\Acl\Sacl
    public function setSacl(Sacl $sacl = null)
    {
        $this->sacl = $sacl;
        return $this->toggleAclPresent((bool) $sacl, Sacl::SDDL_CHAR);
    }