Squiz Matrix
4.12.2
|
Public Member Functions | |
__construct () | |
paintFirstQuestion (&$asset, &$o, $prefix) | |
processFirstQuestion (&$asset, &$o, $prefix) | |
paintAddQuestions (&$asset, &$o, $prefix) | |
processAddQuestions (&$asset, &$o, $prefix) | |
paintResultBodycopies (&$asset, &$o, $prefix) | |
processResultBodycopies (&$asset, &$o, $prefix) | |
paintAddResultBodycopies (&$asset, &$o, $prefix) | |
processAddResultBodycopies (&$asset, &$o, $prefix) | |
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 29 of file page_decision_tree_edit_fns.inc.
__construct | ( | ) |
paintAddQuestions | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the dropdowns to add questions under the page
Return boolean FALSE if attributes write access is not held, TRUE otherwise
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 153 of file page_decision_tree_edit_fns.inc.
paintAddResultBodycopies | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Provides a dropdown to add 0-10 bodycopies under the Result Bodycopies folder.
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 347 of file page_decision_tree_edit_fns.inc.
paintFirstQuestion | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the first question selector
Return boolean FALSE if attributes write access is not held, TRUE otherwise
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 59 of file page_decision_tree_edit_fns.inc.
paintResultBodycopies | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints a list of the Result Bodycopies under the Result Bodycopies folder with their min - max points 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 239 of file page_decision_tree_edit_fns.inc.
processAddQuestions | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the newly added questions
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 188 of file page_decision_tree_edit_fns.inc.
processAddResultBodycopies | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the addition of bodycopies under the Result Bodycopies folder.
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 373 of file page_decision_tree_edit_fns.inc.
processFirstQuestion | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the first question selector.
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 91 of file page_decision_tree_edit_fns.inc.
processResultBodycopies | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the mix - max points range for each bodycopy under the Result Bodycopies folder.
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 300 of file page_decision_tree_edit_fns.inc.