Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Calendar_Event_Multi_Date_Edit_Fns Class Reference
Inheritance diagram for Calendar_Event_Multi_Date_Edit_Fns:
Asset_Edit_Fns MySource_Object

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
 

Detailed Description

Definition at line 32 of file calendar_event_multi_date_edit_fns.inc.

Member Function Documentation

_printDateRow (   $prefix,
  $event_asset,
  $o,
  $write_access 
)

Paint a row in the instances table for the supplied event

Parameters
string$prefixThe prefix for form fields
object$event_assetThe event asset of the instance being represented
object$oThe backend outputter we are using
boolean$write_accessWhether we have write access to the instance
Returns
void protected

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

Parameters
string$prefixThe prefix for form fields
object$oThe backend outputter we are using
Returns
void protected

Definition at line 180 of file calendar_event_multi_date_edit_fns.inc.

paintDates ( $asset,
$o,
  $prefix 
)

Prints the interface for choosing dates for this event

Parameters
object&$assetthe owning asset
object&$othe backend outputter
string$prefixprefix for form elements
Returns
boolean public

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

Parameters
object&$assetthe owning asset
object&$othe backend outputter
string$prefixprefix for form elements
Returns
boolean public

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

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 339 of file calendar_event_multi_date_edit_fns.inc.


The documentation for this class was generated from the following file: