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