Acl\Shell\AclExtrasShell::recover PHP Method

recover() public method

Recover an Acl Tree
public recover ( ) : void
return void
    public function recover()
    {
        $this->AclExtras->args = $this->args;
        $this->AclExtras->recover();
    }