| [ Index ] |
PHP Cross Reference of Web Application Component Toolkit |
[Source view] [Print]
(no description)
| Version: | $Id: calendar_month.inc.php,v 1.5 2004/11/20 18:09:48 jeffmoore Exp $ |
| File Size: | 237 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
calendarmonthcomponent:: (10 methods):
calendarmonthcomponent()
prevlink()
nextlink()
daylink()
yearformatted()
monthname()
dayheaders()
setselection()
prepare()
getbaseuri()
Class: calendarmonthcomponent - X-Ref
Runtime calendar API| calendarmonthcomponent() X-Ref |
| Array of PEAR::Calendar_Day objects to be used in selection access: private |
| prevlink() X-Ref |
| Returns the URI string for the previous month access: protected return: string |
| nextlink() X-Ref |
| Returns the URI string for the next month access: protected return: string |
| daylink($day) X-Ref |
| No description |
| yearformatted($format) X-Ref |
| Returns the year access: protected param: string how to format: 'full', 'two' (digits) or 'hide' return: string |
| monthname($format) X-Ref |
| Returns the month name formated access: protected param: string how to format: 'long', 'short','two','one' return: string |
| dayheaders($format) X-Ref |
| Returns the headers for the days of the week access: protected param: string how to format: 'long', 'short','two','one' return: string |
| setselection(& $selection) X-Ref |
| Sets a selection of PEAR::Calendar_Day objects access: public param: array return: void |
| prepare() X-Ref |
access: protected return: void |
| getbaseuri() X-Ref |
| No description |
| Generated: Sun Nov 28 19:36:09 2004 | Cross-referenced by PHPXref 0.5 |