__construct()
groupRefreshPrimary()
listGetParams()
listPrintTableCellContent()
listRefreshData()
showPage()
addExtraInputElementsToTopArea()
canBeFiltered()
cmp_array()
getAdditionalLDAPAttributesToRead()
getAdditionalTools()
listBuildFilter()
listConfigurationChanged()
listDoPost()
listDrawNavigationBar()
listGetAllConfigOptions()
listGetAttributeDescriptionList()
listGetConfigOptionByID()
listPrintButtons()
listPrintConfigurationPage()
listPrintFooter()
listPrintHeader()
listPrintRedirectMessages()
listPrintTableBody()
listPrintTableHeader()
listShowOUSelection()
listSort()
listPrintToolLinks()
listReadOptionsFromCookie()
showPDFPage()
$attrArray
$descArray
$entries
$filterPart
$filterText
$labels
$maxPageEntries
$page
$possibleSuffixes
$refresh
$sortColumn
$sortDirection
$suffix
$tabindex
$type
$configOptions
$include_primary
$primary_hash
$refresh_primary
$use_primary
LIST_SIZE_OPTION_NAME
TRANS_PRIMARY_OPTION_NAME
VIRTUAL_ATTRIBUTE_PREFIX
Generates the list view.
package | lists |
---|---|
author | Roland Gruber |
groupRefreshPrimary()
listGetParams()
listPrintTableCellContent(array $entry, string $attribute)
array
LDAP attributes
string
attribute name
listRefreshData()
showPage()
inherited_from | \lamList::showPage() |
---|
addExtraInputElementsToTopArea(\htmlGroup $left, \htmlGroup $right)
additional buttons to the top area.
inherited_from | \lamList::addExtraInputElementsToTopArea() |
---|
canBeFiltered(String $attr) : boolean
If filtering is not possible then no filter box will be displayed. By default all attributes can be filtered.
inherited_from | \lamList::canBeFiltered() |
---|
String
attribute name
boolean
filtering possiblecmp_array(array $a, array $b) : integer
Rows are sorted with the first attribute entry of the sort column. If objects have attributes with multiple values only the first is used for sorting.
inherited_from | \lamList::cmp_array() |
---|
array
first row which is compared
array
second row which is compared
integer
0 if both are equal, 1 if $a is greater, -1 if $b is greatergetAdditionalLDAPAttributesToRead() : array
This can be used to show additional data even if the user selected other attributes to show in the list.
inherited_from | \lamList::getAdditionalLDAPAttributesToRead() |
---|
array
additional attribute namesgetAdditionalTools() : \lamListTool[]
listBuildFilter()
inherited_from | \lamList::listBuildFilter() |
---|
listConfigurationChanged()
listDoPost() : String
button pressed) for the account lists.
inherited_from | \lamList::listDoPost() |
---|
String
HTML fragment to insert into beginning of account listlistGetAllConfigOptions() : array
array
list of lamListOption objectslistGetAttributeDescriptionList() : array
Format: array(attribute => description)
inherited_from | \lamList::listGetAttributeDescriptionList() |
---|
array
attribute listlistGetConfigOptionByID(String $ID)
inherited_from | \lamList::listGetConfigOptionByID() |
---|
String
ID
listPrintButtons(boolean $createOnly)
inherited_from | \lamList::listPrintButtons() |
---|
boolean
true if only the create button should be displayed
listPrintConfigurationPage()
inherited_from | \lamList::listPrintConfigurationPage() |
---|
listPrintHeader()
inherited_from | \lamList::listPrintHeader() |
---|
listPrintRedirectMessages()
delete/upload) redirects to the list view.
inherited_from | \lamList::listPrintRedirectMessages() |
---|
listPrintTableBody(array $info)
inherited_from | \lamList::listPrintTableBody() |
---|
array
entries
listPrintTableHeader()
inherited_from | \lamList::listPrintTableHeader() |
---|
listSort(array $info)
inherited_from | \lamList::listSort() |
---|
array
the account list
listPrintToolLinks(array $account, String $id)
edit and delete) for each account.
inherited_from | \lamList::listPrintToolLinks() |
---|
array
LDAP attributes
String
account ID
listReadOptionsFromCookie()
inherited_from | \lamList::listReadOptionsFromCookie() |
---|
showPDFPage(String $id)
inherited_from | \lamList::showPDFPage() |
---|
String
account ID
$attrArray
inherited_from | \lamList::$$attrArray |
---|
$descArray
inherited_from | \lamList::$$descArray |
---|
$entries
inherited_from | \lamList::$$entries |
---|
$filterPart
inherited_from | \lamList::$$filterPart |
---|
$filterText
inherited_from | \lamList::$$filterText |
---|
$labels
inherited_from | \lamList::$$labels |
---|
$maxPageEntries
inherited_from | \lamList::$$maxPageEntries |
---|
$page
inherited_from | \lamList::$$page |
---|
$possibleSuffixes
inherited_from | \lamList::$$possibleSuffixes |
---|
$refresh
inherited_from | \lamList::$$refresh |
---|
$sortColumn
inherited_from | \lamList::$$sortColumn |
---|
$sortDirection
inherited_from | \lamList::$$sortDirection |
---|
$suffix
inherited_from | \lamList::$$suffix |
---|
$tabindex
inherited_from | \lamList::$$tabindex |
---|
$type
inherited_from | \lamList::$$type |
---|
$configOptions
inherited_from | \lamList::$$configOptions |
---|
$include_primary
$primary_hash
$refresh_primary
$use_primary
LIST_SIZE_OPTION_NAME
inherited_from | \lamList::LIST_SIZE_OPTION_NAME |
---|
TRANS_PRIMARY_OPTION_NAME
VIRTUAL_ATTRIBUTE_PREFIX
inherited_from | \lamList::VIRTUAL_ATTRIBUTE_PREFIX |
---|