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