芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/joolsmen.com/chat/vendor/cboden/ratchet/tests/helpers/Ratchet/Mock/WampComponent.php
protocols; } public function onCall(ConnectionInterface $conn, $id, $procURI, array $params) { $this->last[__FUNCTION__] = func_get_args(); } public function onSubscribe(ConnectionInterface $conn, $topic) { $this->last[__FUNCTION__] = func_get_args(); } public function onUnSubscribe(ConnectionInterface $conn, $topic) { $this->last[__FUNCTION__] = func_get_args(); } public function onPublish(ConnectionInterface $conn, $topic, $event, array $exclude, array $eligible) { $this->last[__FUNCTION__] = func_get_args(); } public function onOpen(ConnectionInterface $conn) { $this->last[__FUNCTION__] = func_get_args(); } public function onClose(ConnectionInterface $conn) { $this->last[__FUNCTION__] = func_get_args(); } public function onError(ConnectionInterface $conn, \Exception $e) { $this->last[__FUNCTION__] = func_get_args(); } }