Squiz Matrix
4.12.2
|
Public Member Functions | |
Form_Question_Type_Tickbox_List_Edit_Fns () | |
paintDefault (&$asset, &$o, $prefix) | |
processDefault (&$asset, &$o, $prefix) | |
paintOptions (&$asset, &$o, $prefix) | |
processOptions (&$asset, &$o, $prefix) | |
Public Member Functions inherited from Form_Question_Edit_Fns | |
Form_Question_Edit_Fns () | |
paintRules (&$asset, &$o, $prefix) | |
processRules (&$asset, &$o, $prefix) | |
paintAddRule (&$asset, &$o, $prefix) | |
processAddRule (&$asset, &$o, $prefix) | |
paintLockMessage (&$asset, &$o, $prefix) | |
processLockMessage (&$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 | |
Definition at line 32 of file form_question_type_tickbox_list_edit_fns.inc.
Constructor
Definition at line 40 of file form_question_type_tickbox_list_edit_fns.inc.
paintDefault | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
paints a section to choose the default for this question
object | Form_Question &$asset the asset whose interface we are painting | |
object | Backend_Outputter &$o the outputter class | |
string | $prefix | prefix for the form elements |
Definition at line 57 of file form_question_type_tickbox_list_edit_fns.inc.
paintOptions | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the options for this question
object | &$asset | Form_Question, the asset whose interface we are painting |
object | &$o | Backend_Outputter, the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 122 of file form_question_type_tickbox_list_edit_fns.inc.
processDefault | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
processes the section to choose the default for this question
object | Form_Question &$asset the asset whose interface we are painting | |
object | Backend_Outputter &$o the outputter class | |
string | $prefix | prefix for the form elements |
Definition at line 92 of file form_question_type_tickbox_list_edit_fns.inc.
processOptions | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the options for this question
object | &$asset | Form_Question, the asset whose interface we are painting |
object | &$o | Backend_Outputter, the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 142 of file form_question_type_tickbox_list_edit_fns.inc.