Exemplo n.º 1
0
 /**
  * Set the handler to use for the subsequent Inbound Message commands.
  *
  * @param string $classname The name of the class for the handler.
  */
 public function set_handler($classname)
 {
     $this->handler = manager::get_handler($classname);
 }