LdapTools\Security\SecurityDescriptor::setSacl PHP 메소드

setSacl() 공개 메소드

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);
    }