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

Public Member Functions

 Simple_Form_Edit_Fns ()
 
 paintQuestions (&$asset, &$o, $prefix)
 
 processQuestions (&$asset, &$o, $prefix)
 
 paintAddQuestions (&$asset, &$o, $prefix)
 
 processAddQuestions (&$asset, &$o, $prefix)
 
 paintUseBodycopy (&$asset, &$o, $prefix)
 
 processUseBodycopy (&$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 simple_form_edit_fns.inc.

Member Function Documentation

paintAddQuestions ( $asset,
$o,
  $prefix 
)

Paint the dropdowns to add questions to this section

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 205 of file simple_form_edit_fns.inc.

paintQuestions ( $asset,
$o,
  $prefix 
)

Paint the questions

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 63 of file simple_form_edit_fns.inc.

paintUseBodycopy ( $asset,
$o,
  $prefix 
)

Process use format bodycopy dropdown

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 315 of file simple_form_edit_fns.inc.

processAddQuestions ( $asset,
$o,
  $prefix 
)

Process the newly added questions

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 271 of file simple_form_edit_fns.inc.

processQuestions ( $asset,
$o,
  $prefix 
)

Process the questions

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 168 of file simple_form_edit_fns.inc.

processUseBodycopy ( $asset,
$o,
  $prefix 
)

Process use format 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 348 of file simple_form_edit_fns.inc.

Constructor

Returns
void public

Definition at line 42 of file simple_form_edit_fns.inc.


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