lib/types/asteriskExt.inc
Properties
Description
The account type for Asterisk extensions.
Classes
asteriskExt
Properties
No
No
Description
The account type for Asterisk extensions.
Methods
__construct,
getAlias,
getDefaultListAttributes,
getDescription,
getListAttributeDescriptions,
getListClassName,
getTitleBarTitle,
__construct(
)
:
n/a
Description
Constructs a new domain type object.Return value
getAlias(
)
:
string
Description
Returns the alias name of this account type.Return value
Type |
Description |
string |
alias name |
getDefaultListAttributes(
)
:
string
Description
Returns the default attribute list for this account type.Return value
Type |
Description |
string |
attribute list |
getDescription(
)
:
string
Description
Returns the description of this account type.Return value
Type |
Description |
string |
description |
getListAttributeDescriptions(
)
:
array
Description
Returns a list of attributes which have a translated description.This is used for the head row in the list view.Return value
Type |
Description |
array |
list of descriptions |
getListClassName(
)
:
string
Description
Returns the class name for the list object.Return value
Type |
Description |
string |
class name |
getTitleBarTitle(
\accountContainer
$container,
)
:
String
Description
Returns the the title text for the title bar on the new/edit page.Arguments
Name |
Type |
Description |
Default |
$container |
\accountContainer |
account container |
|
Return value
Type |
Description |
String |
title text |
lamAsteriskExtList
Properties
No
No
Description
Generates the list view.
Methods
__construct,
listGetParams,
listRefreshData,
normalizeLdapOutput,
__construct(
string
$type,
)
:
\lamList
Description
ConstructorArguments
Name |
Type |
Description |
Default |
$type |
string |
account type |
|
Return value
Type |
Description |
\lamList |
list object |
listGetParams(
)
:
n/a
Description
Forces the list view to show only specific attributes.Return value
Tags
listRefreshData(
)
:
n/a
Description
Groups the extensions.(non-PHPdoc)Return value
Tags
normalizeLdapOutput(
array
$entries,
)
:
n/a
Description
Groups the extensions.Arguments
Name |
Type |
Description |
Default |
$entries |
array |
extension entries |
|
Return value