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

Public Member Functions

 paintBodycopyList (&$asset, &$o, $prefix)
 
 processUseBodycopy (&$asset, &$o, $prefix)
 
 paintEcommerceQuestionLinks (&$asset, &$o, $prefix)
 
 processEcommerceQuestionLinks (&$asset, &$o, $prefix)
 
 paintPassthroughVarQuestionLinks (&$asset, &$o, $prefix)
 
 processPassthroughVarQuestionLinks (&$asset, &$o, $prefix)
 
 paintExport (&$asset, &$o, $prefix)
 
 processExport (&$asset, &$o, $prefix)
 
 paintLogFileInfo (&$asset, &$o, $prefix)
 
 paintNewAction (Form_Email $asset, Backend_Outputter $o, $prefix)
 
- Public Member Functions inherited from Form_Edit_Fns
 Form_Edit_Fns ()
 
 paintSectionLinks (&$asset, &$o, $prefix)
 
 processSectionLinks (&$asset, &$o, $prefix)
 
 paintQuestionLinks (&$asset, &$o, $prefix)
 
 processQuestionLinks (&$asset, &$o, $prefix)
 
 paintUseBodycopy (&$asset, &$o, $prefix)
 
 processUseBodycopy (&$asset, &$o, $prefix)
 
 paintAddQuestions (&$asset, &$o, $prefix)
 
 processAddQuestions (&$asset, &$o, $prefix)
 
 paintAddSections (&$asset, &$o, $prefix)
 
 processAddSections (&$asset, &$o, $prefix)
 
 paintSubmissions (&$asset)
 
 processSubmissions (&$asset)
 
 paintSimpleFormatting (&$asset, &$o, $prefix)
 
 processSimpleFormatting (&$asset, &$o, $prefix)
 
 paintComplexFormatting (&$asset, &$o, $prefix)
 
 processComplexFormatting (&$asset, &$o, $prefix)
 
 paintCaptchaFontField (&$asset, &$o, $prefix)
 
 processCaptchaFontField (&$asset, &$o, $prefix)
 
 generateStandardContentFile (&$asset)
 
 generateQuestionsContentFile (&$asset)
 
 generateGenericSection (&$asset)
 
 paintMollomQuestionToCheck (&$asset, &$o, $prefix)
 
 processMollomQuestionToCheck (&$asset, &$o, $prefix)
 
 paintSubmissionLimit (&$asset, &$o, $prefix)
 
 processSubmissionLimit (&$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 35 of file form_ecommerce_edit_fns.inc.

Member Function Documentation

paintBodycopyList ( $asset,
$o,
  $prefix 
)

Paint the bodycopy selection interface

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 49 of file form_ecommerce_edit_fns.inc.

paintEcommerceQuestionLinks ( $asset,
$o,
  $prefix 
)

Paint e-commerce rules selector

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 93 of file form_ecommerce_edit_fns.inc.

paintExport ( $asset,
$o,
  $prefix 
)

Paint export interface

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 382 of file form_ecommerce_edit_fns.inc.

paintLogFileInfo ( $asset,
$o,
  $prefix 
)

Paint log file info interface

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 467 of file form_ecommerce_edit_fns.inc.

paintNewAction ( Form_Email  $asset,
Backend_Outputter  $o,
  $prefix 
)

Paints the interface for creating a new action for ecommerce form

Parameters
Form_Email$assetThe form whose interface we are painting
Backend_Outputter$othe outputter class
string$prefixprefix for form elements
Returns
boolean

Definition at line 496 of file form_ecommerce_edit_fns.inc.

paintPassthroughVarQuestionLinks ( $asset,
$o,
  $prefix 
)

Paint key-value pair pass through variable selector

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 241 of file form_ecommerce_edit_fns.inc.

processEcommerceQuestionLinks ( $asset,
$o,
  $prefix 
)

process e-commerce rules selector

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 193 of file form_ecommerce_edit_fns.inc.

processExport ( $asset,
$o,
  $prefix 
)

Process export interface

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 409 of file form_ecommerce_edit_fns.inc.

processPassthroughVarQuestionLinks ( $asset,
$o,
  $prefix 
)

process key-value pair pass through variable selector

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 348 of file form_ecommerce_edit_fns.inc.

processUseBodycopy ( $asset,
$o,
  $prefix 
)

Process the bodycopy selection interface

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 76 of file form_ecommerce_edit_fns.inc.


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