Acl\Shell\AclExtrasShell::acoSync PHP Method

acoSync() public method

Sync the ACO table
public acoSync ( ) : void
return void
    public function acoSync()
    {
        $this->AclExtras->acoSync($this->params);
    }