MDL-20636 qe restor make method protected (Eloy review comment B1).

This commit is contained in:
Tim Hunt 2011-06-06 17:26:33 +01:00
parent 6e56da8347
commit 030fba85f1

View File

@ -2687,7 +2687,7 @@ abstract class restore_questions_activity_structure_step extends restore_activit
* @param string $qtype e.g. multichoice.
* @return restore_qtype_plugin instance.
*/
public function get_qtype_restorer($qtype) {
protected function get_qtype_restorer($qtype) {
// Build one static cache to store {@link restore_qtype_plugin}
// while we are needing them, just to save zillions of instantiations
// or using static stuff that will break our nice API