types
[ class tree: types ] [ index: types ] [ all elements ]

Class: group

Source Location: /lib/types/group.inc

Class Overview

baseType
   |
   --group

The account type for group accounts (e.g. Unix and Samba).


Methods


Inherited Variables

Inherited Methods

Class: baseType

baseType::__construct()
Creates a new type object.
baseType::getAlias()
Returns the alias name of this account type.
baseType::getDefaultListAttributes()
Returns the default attribute list for this account type.
baseType::getDescription()
Returns the description of this account type.
baseType::getListAttributeDescriptions()
Returns a list of attributes which have a translated description.
baseType::getListClassName()
Returns the class name for the list object.
baseType::getSuffixList()
Returns a list of LDAP suffixes for this type.
baseType::getTitleBarSubtitle()
Returns the the title text for the title bar on the new/edit page.
baseType::getTitleBarTitle()
Returns the the title text for the title bar on the new/edit page.
baseType::supportsFileUpload()
Returns if entries of this type may be created via file upload.

Class Details

[line 37]
The account type for group accounts (e.g. Unix and Samba).



[ Top ]


Class Methods


constructor __construct [line 42]

group __construct( )

Constructs a new group type object.



Tags:

access:  public


Overrides baseType::__construct() (Creates a new type object.)

[ Top ]

method getAlias [line 53]

string getAlias( )

Returns the alias name of this account type.



Tags:

return:  alias name


Overrides baseType::getAlias() (Returns the alias name of this account type.)

[ Top ]

method getDefaultListAttributes [line 80]

string getDefaultListAttributes( )

Returns the default attribute list for this account type.



Tags:

return:  attribute list


Overrides baseType::getDefaultListAttributes() (Returns the default attribute list for this account type.)

[ Top ]

method getDescription [line 62]

string getDescription( )

Returns the description of this account type.



Tags:

return:  description


Overrides baseType::getDescription() (Returns the description of this account type.)

[ Top ]

method getListAttributeDescriptions [line 90]

array getListAttributeDescriptions( )

Returns a list of attributes which have a translated description.

This is used for the head row in the list view.




Tags:

return:  list of descriptions


Overrides baseType::getListAttributeDescriptions() (Returns a list of attributes which have a translated description.)

[ Top ]

method getListClassName [line 71]

string getListClassName( )

Returns the class name for the list object.



Tags:

return:  class name


Overrides baseType::getListClassName() (Returns the class name for the list object.)

[ Top ]

method getTitleBarSubtitle [line 128]

String getTitleBarSubtitle( array $attributes)

Returns the the title text for the title bar on the new/edit page.



Tags:

return:  title text
access:  public


Overrides baseType::getTitleBarSubtitle() (Returns the the title text for the title bar on the new/edit page.)

Parameters:

array   $attributes   list of LDAP attributes for the displayed account (null, if new account)

[ Top ]

method getTitleBarTitle [line 106]

String getTitleBarTitle( array $attributes)

Returns the the title text for the title bar on the new/edit page.



Tags:

return:  title text
access:  public


Overrides baseType::getTitleBarTitle() (Returns the the title text for the title bar on the new/edit page.)

Parameters:

array   $attributes   list of LDAP attributes for the displayed account (null, if new account)

[ Top ]


Documentation generated on Sun, 25 Mar 2012 19:35:37 +0200 by phpDocumentor 1.4.1