From 6a630a1093354335a9d6e0fe704439b32ccf1424 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sat, 18 Sep 2010 12:12:33 +0000 Subject: [PATCH] improved PHP docs --- lib/pagelib.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/pagelib.php b/lib/pagelib.php index 15a7470302a..ce75839349a 100644 --- a/lib/pagelib.php +++ b/lib/pagelib.php @@ -771,7 +771,10 @@ class moodle_page { /** * The course module that this page belongs to (if it does belong to one). * - * @param objcet $cm a full cm object obtained from get_coursemodule_from_id or get_coursemodule_from_instance. + * @param stdClass $cm a full cm object obtained from get_coursemodule_from_id or get_coursemodule_from_instance. + * @param stdClass $course + * @param stdClass $module + * @return void */ public function set_cm($cm, $course = null, $module = null) { global $DB; -- 2.43.0