|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| __construct () | |
| redirectToFormContents (&$asset, &$o, $prefix) | |
| redirectToSubmissions (&$asset, &$o, $prefix) | |
| paintSubmissions (&$asset, &$o, $prefix) | |
| paintDownloadDateRange (&$asset, &$o, $prefix) | |
| paintDownloadFormat (&$asset, &$o, $prefix) | |
| paintDownloadButton (&$asset, &$o, $prefix) | |
| processDownloadButton (&$asset, &$o, $prefix) | |
| paintSubmissionDateRange (&$asset, &$o, $prefix) | |
| paintSubmissionCount (&$asset, &$o, $prefix) | |
| paintSubmissionList (&$asset, &$o, $prefix) | |
| processSubmissionList (&$asset, &$o, $prefix) | |
| paintSendSubmissionsEmail (&$asset, &$o, $prefix) | |
| processSendSubmissionsEmail (&$asset, &$o, $prefix) | |
| delegateToFormEditMethod (&$asset, &$o, $prefix, $edit_method) | |
| hasAttributeWriteAccess (&$asset, &$o) | |
Public Member Functions inherited from Page_Edit_Fns | |
| __construct () | |
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 31 of file page_custom_form_edit_fns.inc.
| __construct | ( | ) |
Constructor
Definition at line 39 of file page_custom_form_edit_fns.inc.
| delegateToFormEditMethod | ( | & | $asset, |
| & | $o, | ||
| $prefix, | |||
| $edit_method | |||
| ) |
Delegate painting or processing to the child form's edit function
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
| string | $edit_method | delegated method |
Definition at line 313 of file page_custom_form_edit_fns.inc.
| hasAttributeWriteAccess | ( | & | $asset, |
| & | $o | ||
| ) |
Returns TRUE if the attribute lock is acquired
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
Definition at line 341 of file page_custom_form_edit_fns.inc.
| paintDownloadButton | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the download button
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 179 of file page_custom_form_edit_fns.inc.
| paintDownloadDateRange | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the download button
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 145 of file page_custom_form_edit_fns.inc.
| paintDownloadFormat | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the download button
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 162 of file page_custom_form_edit_fns.inc.
| paintSendSubmissionsEmail | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for the existing "Send Submissions Email" jobs
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 279 of file page_custom_form_edit_fns.inc.
| paintSubmissionCount | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paint submission count
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 230 of file page_custom_form_edit_fns.inc.
| paintSubmissionDateRange | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paint submission date range
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 213 of file page_custom_form_edit_fns.inc.
| paintSubmissionList | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paint submission list
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 247 of file page_custom_form_edit_fns.inc.
| paintSubmissions | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the submissions block
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 120 of file page_custom_form_edit_fns.inc.
| processDownloadButton | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the download button
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 196 of file page_custom_form_edit_fns.inc.
| processSendSubmissionsEmail | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for the existing "Send Submissions Email" jobs
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 295 of file page_custom_form_edit_fns.inc.
| processSubmissionList | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
process submission list
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 264 of file page_custom_form_edit_fns.inc.
| redirectToFormContents | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Redirect to the Form Contents sub-asset
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 56 of file page_custom_form_edit_fns.inc.
| redirectToSubmissions | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Redirect to the Form Contents sub-asset
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
Definition at line 88 of file page_custom_form_edit_fns.inc.