_socket = $socket; } function execute(SocketObserver $scope = null) { $ret = $scope->onClose($this->_socket); $this->_socket->close(); return $ret; } }