lib/types/dhcp.inc
Properties
 
Description
The account type for DHCP
Classes
dhcp
Properties
         
 
      
No 
      
No 
      
 
Description
The account type for DHCP
Methods
__construct,
      
getAlias,
      
getDefaultListAttributes,
      
getDescription,
      
getListAttributeDescriptions,
      
getListClassName,
      
getTitleBarSubtitle,
      
getTitleBarTitle,
      
__construct(
          
          )
        
        :
        n/a
Description
Constructs a new DHCP 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 | 
 
getTitleBarSubtitle(
          \accountContainer
             
            $container,
          
          )
        
        :
        String
Description
Returns the the title text for the title bar on the new/edit page.Arguments
Return value
| Type | Description | 
| String | title text | 
 
getTitleBarTitle(
          \accountContainer
             
            $container,
          
          )
        
        :
        String
Description
Returns the the title text for the title bar on the new/edit page.Arguments
Return value
| Type | Description | 
| String | title text | 
 
 
 
lamDHCPList
Properties
         
 
      
No 
      
No 
      
 
Description
Generates the list view.
Methods
__construct,
      
addExtraInputElementsToTopArea,
      
listDoPost,
      
listPrintTableCellContent,
      
__construct(
          string
             
            $type,
          
          )
        
        :
        \lamList
Description
ConstructorArguments
| Name | Type | Description | Default | 
| $type | string | account type |  | 
Return value
| Type | Description | 
| \lamList | list object | 
 
addExtraInputElementsToTopArea(
          \htmlGroup
             
            $left,
          \htmlGroup
             
            $right,
          
          )
        
        :
        n/a
Description
Add DCP main settings button.Arguments
Return value
 
listDoPost(
          
          )
        
        :
        String
Description
Manages all POST actions (e.g. button pressed) for the account lists.Return value
| Type | Description | 
| String | HTML fragment to insert into beginning of account list | 
 
listPrintTableCellContent(
          array
             
            $entry,
          string
             
            $attribute,
          
          )
        
        :
        n/a
Description
Prints the content of a cell in the account list for a given LDAP entry and attribute.Arguments
| Name | Type | Description | Default | 
| $entry | array | LDAP attributes |  | 
| $attribute | string | attribute name |  | 
Return value