From fae60ee3d348fdad35ad04072d3866bbfde414e4 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Sun, 20 May 2007 14:05:49 +0000 Subject: [PATCH] small additions to comments on moodle_url --- lib/weblib.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index 1948206be1..6fe4c59f44 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -286,6 +286,8 @@ function qualified_me() { /** * Class for creating and manipulating urls. + * + * See short write up here http://docs.moodle.org/en/Development:lib/weblib.php_moodle_url */ class moodle_url { var $scheme = '';// e.g. http @@ -377,7 +379,8 @@ class moodle_url { /** * Outputs params as hidden form elements. * - * @param + * @param array $exclude params to ignore + * @param integer $indent indentation * @return string html for form elements. */ function hidden_params_out($exclude = array(), $indent = 0){ -- 2.39.5