Class Zend_Calendar

Description
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Calendar.php (line 36)

Zend_Date
   |
   --Zend_Calendar
Method Summary
 object __construct ($date $date, $locale $locale, $parameter $parameter)
 void serialize ()
 string toString ($locale $locale, $format $format)
 void __toString ( $locale,  $format)
Methods
Constructor __construct (line 48)

Generates the standard calendar object Extends from Zend_Date and makes use of it's functions'

  • access: public
  • todo: implement function
object __construct ($date $date, $locale $locale, $parameter $parameter)
  • $date $date: string - OPTIONAL date object depending on $parameter
  • $locale $locale: string - OPTIONAL locale for parsing input
  • $parameter $parameter: mixed - OPTIONAL defines the input format of $date
serialize (line 58)

Serialization Interface

  • access: public
  • todo: implement function
void serialize ()
toString (line 68)

Returns a string representation of the object

  • access: public
  • todo: implement function
string toString ($locale $locale, $format $format)
  • $locale $locale: string - OPTIONAL locale for parsing input
  • $format $format: - OPTIONAL an rule for formatting the output
__toString (line 69)
  • access: public
void __toString ( $locale,  $format)
  • $locale
  • $format

Documentation generated on Wed, 21 Feb 2007 12:02:17 -0800 by phpDocumentor 1.3.1