AdminCompanyClientoptions extends AdminController
Admin Client Options
Table of Contents
Methods
| addCustomField() | Add custom field |
| customFields() | Custom Fields page |
| deleteCustomField() | Delete a custom field |
| editCustomField() | Edit a custom field |
| general() | Updates general client settings |
| index() | Custom Fields page |
| preAction() | Pre-action |
| requiredFields() | Set the required client creation fields for the company |
| clientGroupSettingsExist() | Checks if any client group has client-group-specific settings attached to it |
| getPasswordFormats() | Gets a list of available password formats |
| getRequired() | Returns a list of required custom field types |
| getUniqueEmailOptions() | Gets a list of contact email uniqueness options |
Methods
addCustomField()
Add custom field
public
addCustomField() : mixed
customFields()
Custom Fields page
public
customFields() : mixed
deleteCustomField()
Delete a custom field
public
deleteCustomField() : mixed
editCustomField()
Edit a custom field
public
editCustomField() : mixed
general()
Updates general client settings
public
general() : mixed
index()
Custom Fields page
public
index() : mixed
preAction()
Pre-action
public
preAction() : mixed
requiredFields()
Set the required client creation fields for the company
public
requiredFields() : mixed
clientGroupSettingsExist()
Checks if any client group has client-group-specific settings attached to it
private
clientGroupSettingsExist() : bool
Return values
bool —True if a client group exists with client-group-specific settings for this company, false otherwise
getPasswordFormats()
Gets a list of available password formats
private
getPasswordFormats() : mixed
getRequired()
Returns a list of required custom field types
private
getRequired() : array<string|int, mixed>
Return values
array<string|int, mixed> —A key=>value array of custom field required types
getUniqueEmailOptions()
Gets a list of contact email uniqueness options
private
getUniqueEmailOptions() : mixed