__construct()
getAlias()
getDefaultListAttributes()
getDescription()
getListAttributeDescriptions()
getListClassName()
getSuffixList()
getTitleBarSubtitle()
getTitleBarTitle()
runEditPagePostAction()
supportsFileUpload()
buildAccountStatusDialogDiv()
buildAccountStatusIcon()
$LABEL_BACK_TO_ACCOUNT_LIST
$LABEL_CREATE_ANOTHER_ACCOUNT
The account type for user accounts (e.g.
Unix, Samba and Kolab).
package | types |
---|
__construct()
getAlias() : string
This function must be overwritten by the child classes.
string
alias namegetDefaultListAttributes() : string
This function must be overwritten by the child classes.
string
attribute listgetDescription() : string
This function must be overwritten by the child classes.
string
descriptiongetListAttributeDescriptions() : array
This is used for the head row in the list view.
array
list of descriptionsgetListClassName() : string
string
class namegetSuffixList() : array
inherited_from | \baseType::getSuffixList() |
---|
array
sorted list of possible suffixes for this type.getTitleBarSubtitle(\accountContainer $container) : String
getTitleBarTitle(\accountContainer $container) : String
runEditPagePostAction(\accountContainer $container)
This can be used to run custom handlers after each page processing.
supportsFileUpload() : boolean
inherited_from | \baseType::supportsFileUpload() |
---|
boolean
true, if file upload is supportedbuildAccountStatusDialogDiv(boolean $unixAvailable, boolean $unixLocked, boolean $sambaAvailable, boolean $sambaLocked, boolean $ppolicyAvailable, boolean $ppolicyLocked, boolean $windowsAvailable, boolean $windowsLocked)
boolean
Unix part is active
boolean
Unix part is locked
boolean
Samba part is active
boolean
Samba part is locked
boolean
PPolicy part is active
boolean
PPolicy part is locked
boolean
Windows part is active
boolean
Windows part is locked
buildAccountStatusIcon(\accountContainer $container) : String
$LABEL_BACK_TO_ACCOUNT_LIST
inherited_from | \baseType::$$LABEL_BACK_TO_ACCOUNT_LIST |
---|
$LABEL_CREATE_ANOTHER_ACCOUNT
inherited_from | \baseType::$$LABEL_CREATE_ANOTHER_ACCOUNT |
---|