コード例 #1
0
ファイル: address_manager.php プロジェクト: evltuma/moodle
 /**
  * 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);
 }