示例#1
0
文件: factory.php 项目: MrAdder/phpbb
 /**
  * Register updater object
  *
  * @param file_updater_interface $updater	Updater object
  */
 public function register(file_updater_interface $updater)
 {
     $name = $updater->get_method_name();
     $this->file_updaters[$name] = $updater;
 }