예제 #1
0
 protected function send_method_frame($method_sig, $args = "")
 {
     $this->connection->send_channel_method_frame($this->channel_id, $method_sig, $args);
 }