Exemplo n.º 1
0
 public static function instantiate()
 {
     self::$importer = new Importer();
     self::$importer->set_include_paths();
     ImportError::add_importer(self::$importer);
 }