Zend Framework
1.12
|
Static Public Member Functions | |
static | normalizeUriHttp ($input) |
Parses, validates and returns a valid Zend_Uri object from given $input. | |
static | normalizeDate ($input) |
Parses, validates and returns a valid Zend_Date object from given $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 |
|
static |
Parses, validates and returns a valid Zend_Uri object from given $input.
string | Zend_Uri_Http | $input |
Zend_Service_Technorati_Exception |