Squiz Matrix
4.12.2
|
Public Member Functions | |
Calendar_Event_Multi_Date_Edit_Fns () | |
paintDates (&$asset, &$o, $prefix) | |
_printDateRow ($prefix, $event_asset, $o, $write_access) | |
_printDateTemplate ($prefix, $o) | |
processDates (&$asset, &$o, $prefix) | |
redirectToBodycopy (&$asset, &$o, $prefix) | |
Public Member Functions inherited from Asset_Edit_Fns | |
Asset_Edit_Fns () | |
paintPaths (&$asset, &$o, $prefix) | |
paintEditRemapURLs (&$asset, &$o, $prefix) | |
processPaths (&$asset, &$o, $prefix) | |
processEditRemapURLs (&$asset, &$o, $prefix) | |
paintURLs (&$asset, &$o, $prefix) | |
paintAddRemapURLs (&$asset, &$o, $prefix) | |
processAddRemapURLs (&$asset, &$o, $prefix) | |
isWorkflowComplete (&$asset) | |
paintNoticeLinkedAsset (&$asset, $link_value, $type_codes=Array(), $field_name='', $multiple=FALSE) | |
processNoticeLinkedAsset (&$asset, $link_value, $field_name='', $multiple=FALSE) | |
isSearchInstalled (&$asset, $prefix) | |
isBeingCreated (&$asset) | |
isNotBeingCreated (&$asset) | |
paintAutomaticRemapSetting (&$asset, &$o, $prefix) | |
paintCreateLink (&$asset, &$o, $prefix) | |
Public Member Functions inherited from MySource_Object | |
MySource_Object () | |
__sleep () | |
__wakeup () | |
Additional Inherited Members | |
Data Fields inherited from Asset_Edit_Fns | |
$static_screens | |
Definition at line 32 of file calendar_event_multi_date_edit_fns.inc.
_printDateRow | ( | $prefix, | |
$event_asset, | |||
$o, | |||
$write_access | |||
) |
Paint a row in the instances table for the supplied event
string | $prefix | The prefix for form fields |
object | $event_asset | The event asset of the instance being represented |
object | $o | The backend outputter we are using |
boolean | $write_access | Whether we have write access to the instance |
Definition at line 120 of file calendar_event_multi_date_edit_fns.inc.
_printDateTemplate | ( | $prefix, | |
$o | |||
) |
Print the hidden template row in the instances table, used for adding new instances
string | $prefix | The prefix for form fields |
object | $o | The backend outputter we are using |
Definition at line 180 of file calendar_event_multi_date_edit_fns.inc.
Constructor
Definition at line 40 of file calendar_event_multi_date_edit_fns.inc.
paintDates | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Prints the interface for choosing dates for this event
object | &$asset | the owning asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 59 of file calendar_event_multi_date_edit_fns.inc.
processDates | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the interface for choosing dates for this event
object | &$asset | the owning asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 229 of file calendar_event_multi_date_edit_fns.inc.
redirectToBodycopy | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface for creating tables in the bodycopy
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 339 of file calendar_event_multi_date_edit_fns.inc.