Example #1
0
 private function callAction($name, $args)
 {
     $action = $this->actions[$name];
     return $this->client->doAction($this, $action, $args);
 }