_command = $callback; } public function execute(ApplicationInterface $scope = null) { return call_user_func($this->_command, $this->getConnection(), $scope); } }