MDL-32323 improve inline docs

This commit is contained in:
Petr Skoda
2012-04-10 15:27:14 +02:00
parent 9571db04d8
commit 920f4efe51
5 changed files with 35 additions and 20 deletions
+6 -1
View File
@@ -87,6 +87,11 @@ EOD;
}
}
/**
* Return generator for given plugin
* @param string $component
* @return mixed plugin data generator
*/
public function get_plugin_generator($component) {
list($type, $plugin) = normalize_component($component);
@@ -539,7 +544,7 @@ abstract class phpunit_module_generator {
context_module::instance($cm->id);
return $cm;
}
}
/**
* Create a test module