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

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
 

Detailed Description

Definition at line 31 of file page_custom_form_edit_fns.inc.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 39 of file page_custom_form_edit_fns.inc.

Member Function Documentation

delegateToFormEditMethod ( $asset,
$o,
  $prefix,
  $edit_method 
)

Delegate painting or processing to the child form's edit function

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

Definition at line 313 of file page_custom_form_edit_fns.inc.

hasAttributeWriteAccess ( $asset,
$o 
)

Returns TRUE if the attribute lock is acquired

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
Returns
boolean public

Definition at line 341 of file page_custom_form_edit_fns.inc.

paintDownloadButton ( $asset,
$o,
  $prefix 
)

Paints the download button

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 179 of file page_custom_form_edit_fns.inc.

paintDownloadDateRange ( $asset,
$o,
  $prefix 
)

Paints the download button

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 145 of file page_custom_form_edit_fns.inc.

paintDownloadFormat ( $asset,
$o,
  $prefix 
)

Paints the download button

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 162 of file page_custom_form_edit_fns.inc.

paintSendSubmissionsEmail ( $asset,
$o,
  $prefix 
)

Paints the interface for the existing "Send Submissions Email" jobs

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

Definition at line 279 of file page_custom_form_edit_fns.inc.

paintSubmissionCount ( $asset,
$o,
  $prefix 
)

Paint submission count

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 230 of file page_custom_form_edit_fns.inc.

paintSubmissionDateRange ( $asset,
$o,
  $prefix 
)

Paint submission date range

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 213 of file page_custom_form_edit_fns.inc.

paintSubmissionList ( $asset,
$o,
  $prefix 
)

Paint submission list

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 247 of file page_custom_form_edit_fns.inc.

paintSubmissions ( $asset,
$o,
  $prefix 
)

Paints the submissions block

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 120 of file page_custom_form_edit_fns.inc.

processDownloadButton ( $asset,
$o,
  $prefix 
)

Paints the download button

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 196 of file page_custom_form_edit_fns.inc.

processSendSubmissionsEmail ( $asset,
$o,
  $prefix 
)

Processes the interface for the existing "Send Submissions Email" jobs

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

Definition at line 295 of file page_custom_form_edit_fns.inc.

processSubmissionList ( $asset,
$o,
  $prefix 
)

process submission list

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 264 of file page_custom_form_edit_fns.inc.

redirectToFormContents ( $asset,
$o,
  $prefix 
)

Redirect to the Form Contents sub-asset

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 56 of file page_custom_form_edit_fns.inc.

redirectToSubmissions ( $asset,
$o,
  $prefix 
)

Redirect to the Form Contents sub-asset

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 88 of file page_custom_form_edit_fns.inc.


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