LdapTools\Security\Acl\Dacl::isCanonical PHP Method

isCanonical() public method

Check if the ACL is in canonical form.
public isCanonical ( ) : boolean
return boolean
    public function isCanonical()
    {
        return $this->aces === $this->orderAcesCanonically();
    }