LdapTools\Security\Acl\Dacl::canonicalize PHP Метод

canonicalize() публичный Метод

Forces the ACEs into canonical form. You can check if it is not in canonical form with the isCanonical method.
public canonicalize ( )
    public function canonicalize()
    {
        $this->aces = $this->orderAcesCanonically();
        return $this;
    }