|
Moodle
2.2.1
http://www.collinsharper.com
|
Static Public Member Functions | |
| static | normalizeUriHttp ($input) |
| static | normalizeDate ($input) |
| static normalizeDate | ( | $ | input | ) | [static] |
Parses, validates and returns a valid Zend_Date object from given $input.
$input can be either a string, an integer or a Zend_Date object. If $input is string or int, it will be provided to Zend_Date as it is. If $input is a Zend_Date object, the object instance will be returned.
| mixed | Zend_Date | $input |
| Zend_Service_Technorati_Exception |
Definition at line 96 of file Utils.php.

| static normalizeUriHttp | ( | $ | input | ) | [static] |
Parses, validates and returns a valid Zend_Uri object from given $input.
| string | Zend_Uri_Http | $input |
| Zend_Service_Technorati_Exception |
Definition at line 44 of file Utils.php.

