izzum\command\Closure::_execute PHP Method

_execute() protected method

protected _execute ( )
    protected function _execute()
    {
        call_user_func_array($this->closure, $this->arguments);
    }