LDAPAccountManager/lam-web/developers/devel/phpdoc/types/group.html

317 lines
10 KiB
HTML

<html>
<head>
<title>Docs For Class group</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">types</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_types.html" class="menu">class tree: types</a> ]
[ <a href="../elementindex_types.html" class="menu">index: types</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="../ric_INSTALL.html">INSTALL</a></p>
<p><a href="../ric_README.html">README</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_configuration.html">configuration</a><br />
<a href="../li_Help.html">Help</a><br />
<a href="../li_LDAP.html">LDAP</a><br />
<a href="../li_lib.html">lib</a><br />
<a href="../li_lists.html">lists</a><br />
<a href="../li_main.html">main</a><br />
<a href="../li_modules.html">modules</a><br />
<a href="../li_PDF.html">PDF</a><br />
<a href="../li_profiles.html">profiles</a><br />
<a href="../li_selfService.html">selfService</a><br />
<a href="../li_tests.html">tests</a><br />
<a href="../li_tools.html">tools</a><br />
<a href="../li_types.html">types</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../types/_lib---baseType.inc.html"> baseType.inc
</a><br>
<a href="../types/_lib---types---group.inc.html"> group.inc
</a><br>
<a href="../types/_lib---types---host.inc.html"> host.inc
</a><br>
<a href="../types/_lib---types---mailAlias.inc.html"> mailAlias.inc
</a><br>
<a href="../types/_lib---types---smbDomain.inc.html"> smbDomain.inc
</a><br>
<a href="../types/_lib---types.inc.html"> types.inc
</a><br>
<a href="../types/_lib---types---user.inc.html"> user.inc
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../types/baseType.html">baseType</a><br />
<a href="../types/group.html">group</a><br />
<a href="../types/host.html">host</a><br />
<a href="../types/mailAlias.html">mailAlias</a><br />
<a href="../types/smbDomain.html">smbDomain</a><br />
<a href="../types/user.html">user</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: group</h1>
Source Location: /lib/types/group.inc<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre><a href="../types/baseType.html">baseType</a>
|
--group</pre><br />
<div class="description">The account type for group accounts (e.g. Unix and Samba).</div><br /><br />
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../types/group.html#methodgetAlias">getAlias</a></li>
<li><a href="../types/group.html#methodgetDefaultListAttributes">getDefaultListAttributes</a></li>
<li><a href="../types/group.html#methodgetDescription">getDescription</a></li>
<li><a href="../types/group.html#methodgetListAttributeDescriptions">getListAttributeDescriptions</a></li>
<li><a href="../types/group.html#methodgetListClassName">getListClassName</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
<td valign="top">
<h3>Inherited Methods</h3>
<div class="tags">
<h4>Class: <a href="../types/baseType.html">baseType</a></h4>
<dl>
<dt>
<a href="../types/baseType.html#methodgetAlias">baseType::getAlias()</a>
</dt>
<dd>
Returns the alias name of this account type.
</dd>
<dt>
<a href="../types/baseType.html#methodgetDefaultListAttributes">baseType::getDefaultListAttributes()</a>
</dt>
<dd>
Returns the default attribute list for this account type.
</dd>
<dt>
<a href="../types/baseType.html#methodgetDescription">baseType::getDescription()</a>
</dt>
<dd>
Returns the description of this account type.
</dd>
<dt>
<a href="../types/baseType.html#methodgetListAttributeDescriptions">baseType::getListAttributeDescriptions()</a>
</dt>
<dd>
Returns a list of attributes which have a translated description.
</dd>
<dt>
<a href="../types/baseType.html#methodgetListClassName">baseType::getListClassName()</a>
</dt>
<dd>
Returns the class name for the list object.
</dd>
</dl>
</div>
</td>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 37]<br />
The account type for group accounts (e.g. Unix and Samba).<br /><br /></div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="methodgetAlias"></a>
<h3>method getAlias <span class="smalllinenumber">[line 44]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getAlias(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns the alias name of this account type.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>alias name</td>
</tr>
</table>
</div>
<br /><br />
Overrides <a href="../types/baseType.html#methodgetAlias">baseType::getAlias()</a> (Returns the alias name of this account type.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetDefaultListAttributes"></a>
<h3>method getDefaultListAttributes <span class="smalllinenumber">[line 71]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getDefaultListAttributes(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns the default attribute list for this account type.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>attribute list</td>
</tr>
</table>
</div>
<br /><br />
Overrides <a href="../types/baseType.html#methodgetDefaultListAttributes">baseType::getDefaultListAttributes()</a> (Returns the default attribute list for this account type.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetDescription"></a>
<h3>method getDescription <span class="smalllinenumber">[line 53]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getDescription(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns the description of this account type.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>description</td>
</tr>
</table>
</div>
<br /><br />
Overrides <a href="../types/baseType.html#methodgetDescription">baseType::getDescription()</a> (Returns the description of this account type.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetListAttributeDescriptions"></a>
<h3>method getListAttributeDescriptions <span class="smalllinenumber">[line 81]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getListAttributeDescriptions(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns a list of attributes which have a translated description.<br /><br /><p>This is used for the head row in the list view.</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>list of descriptions</td>
</tr>
</table>
</div>
<br /><br />
Overrides <a href="../types/baseType.html#methodgetListAttributeDescriptions">baseType::getListAttributeDescriptions()</a> (Returns a list of attributes which have a translated description.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetListClassName"></a>
<h3>method getListClassName <span class="smalllinenumber">[line 62]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getListClassName(
)</code>
</td></tr></table>
</td></tr></table><br />
Returns the class name for the list object.<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b>&nbsp;&nbsp;</td><td>class name</td>
</tr>
</table>
</div>
<br /><br />
Overrides <a href="../types/baseType.html#methodgetListClassName">baseType::getListClassName()</a> (Returns the class name for the list object.)<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Thu, 07 Feb 2008 20:26:30 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>