LdapTools\Security\SecurityDescriptor::setDacl PHP Method

setDacl() public method

Set the Discretionary ACL.
public setDacl ( Dacl $dacl = null )
$dacl LdapTools\Security\Acl\Dacl
    public function setDacl(Dacl $dacl = null)
    {
        $this->dacl = $dacl;
        return $this->toggleAclPresent((bool) $dacl, Dacl::SDDL_CHAR);
    }