Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_Technorati_Utils Class Reference

Static Public Member Functions

static normalizeUriHttp ($input)
static normalizeDate ($input)

Detailed Description

Definition at line 33 of file Utils.php.


Member Function Documentation

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.

Parameters:
mixed | Zend_Date$input
Returns:
null|Zend_Date
Exceptions:
Zend_Service_Technorati_Exception
See also:
Zend_Date
Zend_Locale
Zend_Service_Technorati_Exception

Definition at line 96 of file Utils.php.

Here is the caller graph for this function:

static normalizeUriHttp ( input) [static]

Parses, validates and returns a valid Zend_Uri object from given $input.

Parameters:
string | Zend_Uri_Http$input
Returns:
null|Zend_Uri_Http
Exceptions:
Zend_Service_Technorati_Exception
See also:
Zend_Uri
Zend_Service_Technorati_Exception
Zend_Service_Technorati_Exception

Definition at line 44 of file Utils.php.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations