Beispiel #1
0
 /**
  * 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;
 }