Squiz Matrix
4.12.2
|
Public Member Functions | |
User_Edit_Fns () | |
paintPasswordNote (&$asset, &$o, $prefix) | |
_getLinkedGroups (&$asset) | |
paintUserConditions (&$asset, &$o, $prefix) | |
processUserConditions (&$asset, &$o, $prefix) | |
paintLocale (&$asset, &$o, $prefix) | |
processLocale (&$asset, &$o, $prefix) | |
paintRoles (&$asset, &$o, $prefix) | |
processRoles (&$asset, &$o, $prefix) | |
paintLockDetails (&$asset, &$o, $prefix) | |
processLockDetails (&$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 35 of file user_edit_fns.inc.
_getLinkedGroups | ( | & | $asset | ) |
Returns a list of groups that the user is linked to (in getAssetInfo() format)
object | &$asset | the user asset |
Definition at line 79 of file user_edit_fns.inc.
paintLocale | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Interface painting function for locale settings
object | &$asset | the user asset |
object | &$o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 263 of file user_edit_fns.inc.
paintLockDetails | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the current Locks held by the user
object | &$asset | the user asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 362 of file user_edit_fns.inc.
paintPasswordNote | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints interface for entering password
object | &$asset | the user asset |
object | &$o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 60 of file user_edit_fns.inc.
paintRoles | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface re-assigning roles to a user
object | &$asset | the user asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 320 of file user_edit_fns.inc.
paintUserConditions | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints interface for managing user restrictions
object | &$asset | the user asset |
object | &$o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 105 of file user_edit_fns.inc.
processLocale | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for locale settings
object | &$asset | the user asset |
object | &$o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 301 of file user_edit_fns.inc.
processLockDetails | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the current Locks held by the user
object | &$asset | the user asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 478 of file user_edit_fns.inc.
processRoles | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface re-assigning roles to a user
object | &$asset | the user asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 341 of file user_edit_fns.inc.
processUserConditions | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processses user restrictions
object | &$asset | the user asset |
object | &$o | the backend outputter object |
string | $prefix | prefix for form elements |
Definition at line 212 of file user_edit_fns.inc.
User_Edit_Fns | ( | ) |
Constructor
Definition at line 43 of file user_edit_fns.inc.