LdapTools\Security\Ace\AceRights::deleteTree PHP Method

deleteTree() public method

Check or set the ability to perform a delete-tree operation on the object.
public deleteTree ( null | boolean $action = null )
$action null | boolean
    public function deleteTree($action = null)
    {
        return $this->hasOrSet(self::FLAG['DS_DELETE_TREE'], $action);
    }