izzum\command\Closure::_execute PHP 메소드

_execute() 보호된 메소드

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