[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Service/Technorati/ -> Utils.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 136 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Service_Technorati_Utils:: (2 methods):
  normalizeUriHttp()
  normalizeDate()


Class: Zend_Service_Technorati_Utils  - X-Ref

Collection of utilities for various Zend_Service_Technorati classes.

normalizeUriHttp($input)   X-Ref
Parses, validates and returns a valid Zend_Uri object
from given $input.

param: string|Zend_Uri_Http $input
return: null|Zend_Uri_Http

normalizeDate($input)   X-Ref
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.

param: mixed|Zend_Date $input
return: null|Zend_Date



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1