Squiz Matrix
4.12.2
|
Public Member Functions | |
__construct () | |
paintAddCreateType (&$asset, &$o, $prefix) | |
processAddCreateType (&$asset, &$o, $prefix) | |
paintPostValidationRedirect (&$asset, &$o, $prefix) | |
processPostValidationRedirect (&$asset, &$o, $prefix) | |
usingEmailValidation (&$asset, $prefix) | |
paintValidateAccounts (&$asset, &$o, $prefix) | |
processValidateAccounts (&$asset, &$o, $prefix) | |
paintCreateFormCustomisation (&$asset, &$o, $prefix) | |
processCreateFormCustomisation (&$asset, &$o, $prefix) | |
paintUseEmailValidation (&$asset, &$o, $prefix) | |
processUseEmailValidation (&$asset, &$o, $prefix) | |
Public Member Functions inherited from Page_Asset_Builder_Edit_Fns | |
__construct () | |
paintAssetTypes (&$asset, &$o, $prefix) | |
processAssetTypes (&$asset, &$o, $prefix) | |
paintCreateStatus (&$asset, &$o, $prefix) | |
processCreateStatus (&$asset, &$o, $prefix) | |
paintSchemasToApply (&$asset, &$o, $prefix) | |
processSchemasToApply (&$asset, &$o, $prefix) | |
paintCreateFormCustomisation (&$asset, &$o, $prefix) | |
processCreateFormCustomisation (&$asset, &$o, $prefix) | |
paintFixedCreateLocations (&$asset, &$o, $prefix) | |
processFixedCreateLocations (&$asset, &$o, $prefix) | |
_paintSelectableLocationSet (&$asset, &$o, $prefix, $name, &$data) | |
paintSelectableLocationSets (&$asset, &$o, $prefix) | |
processSelectableLocationSets (&$asset, &$o, $prefix) | |
paintConditionalCreateLocations (&$asset, &$o, $prefix) | |
processConditionalCreateLocations (&$asset, &$o, $prefix) | |
paintAdditionalLocationParents (&$asset, &$o, $prefix) | |
processAdditionalLocationParents (&$asset, &$o, $prefix) | |
paintAdditionalLocationTypes (&$asset, &$o, $prefix) | |
processAdditionalLocationTypes (&$asset, &$o, $prefix) | |
paintDynamicCreateLocations (&$asset, &$o, $prefix) | |
_paintDynamicCreateLocationSet (&$asset, &$o, $prefix, $name, &$data) | |
processDynamicCreateLocations (&$asset, &$o, $prefix) | |
paintRequiredFields (&$asset, &$o, $prefix) | |
processRequiredFields (&$asset, &$o, $prefix) | |
paintCaptchaFontField (&$asset, &$o, $prefix) | |
processCaptchaFontField (&$asset, &$o, $prefix) | |
definesMultipleLocations (&$asset) | |
definesMultipleAssetTypes (&$asset) | |
paintMollomAttributeToCheck (&$asset, &$o, $prefix) | |
processMollomAttributeToCheck (&$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 () | |
Data Fields | |
$location_types = Array('user_group' => 'D') | |
Data Fields inherited from Page_Asset_Builder_Edit_Fns | |
$location_types = Array() | |
Definition at line 32 of file page_account_manager_edit_fns.inc.
__construct | ( | ) |
Constructor
Definition at line 46 of file page_account_manager_edit_fns.inc.
paintAddCreateType | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface for choosing the user type that is created
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 63 of file page_account_manager_edit_fns.inc.
paintCreateFormCustomisation | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for choosing create types whose form should be customised
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 346 of file page_account_manager_edit_fns.inc.
paintPostValidationRedirect | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint post validation redirect
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 120 of file page_account_manager_edit_fns.inc.
paintUseEmailValidation | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for Use Email Validation option
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 395 of file page_account_manager_edit_fns.inc.
paintValidateAccounts | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface for the manual verification of accounts
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 170 of file page_account_manager_edit_fns.inc.
processAddCreateType | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the section for choosing the user type that is created
This is overridden from Asset Builder because it makes sense for the account manager to still be only allowed to create one type of user from the frontend interface.
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 96 of file page_account_manager_edit_fns.inc.
processCreateFormCustomisation | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for choosing create types whose form should be customised
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 373 of file page_account_manager_edit_fns.inc.
processPostValidationRedirect | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process post validation redirect
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 137 of file page_account_manager_edit_fns.inc.
processUseEmailValidation | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the interface for Use Email Validation option
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 422 of file page_account_manager_edit_fns.inc.
processValidateAccounts | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the interface for the manual verification of accounts
object | &$asset | the asset whose interface we are processing |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 307 of file page_account_manager_edit_fns.inc.
usingEmailValidation | ( | & | $asset, |
$prefix | |||
) |
Returns true if the account manager uses email validation
object | &$asset | The asset that we are using for this interface |
string | $prefix | the prefix for this asset |
Definition at line 153 of file page_account_manager_edit_fns.inc.