]> git.mjollnir.org Git - moodle.git/commitdiff
small additions to comments on moodle_url
authorjamiesensei <jamiesensei>
Sun, 20 May 2007 14:05:49 +0000 (14:05 +0000)
committerjamiesensei <jamiesensei>
Sun, 20 May 2007 14:05:49 +0000 (14:05 +0000)
lib/weblib.php

index 1948206be12315db716083814d419baeced27d24..6fe4c59f4457bbc852fdf3a93bcf0241f04bd641 100644 (file)
@@ -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){