PHPDoc fix
This commit is contained in:
parent
c71092ccee
commit
0f39ef3ba7
|
@ -3,7 +3,7 @@
|
|||
$Id$
|
||||
|
||||
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
||||
Copyright (C) 2003 - 2010 Roland Gruber
|
||||
Copyright (C) 2003 - 2011 Roland Gruber
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1229,7 +1229,7 @@ abstract class baseModule {
|
|||
* It is not possible to display help links.
|
||||
*
|
||||
* @param array $fields list of active fields
|
||||
* @param array $attributes attributes of LDAP account (attribute names in lower case)
|
||||
* @param array $attributes attributes of LDAP account
|
||||
* @return htmlElement meta HTML object
|
||||
*
|
||||
* @see htmlElement
|
||||
|
|
|
@ -1720,7 +1720,7 @@ class inetOrgPerson extends baseModule implements passwordService {
|
|||
* It is not possible to display help links.
|
||||
*
|
||||
* @param array $fields list of active fields
|
||||
* @param array $attributes attributes of LDAP account (attribute names in lower case)
|
||||
* @param array $attributes attributes of LDAP account
|
||||
* @return array meta HTML
|
||||
*/
|
||||
function getSelfServiceOptions($fields, $attributes) {
|
||||
|
|
|
@ -813,7 +813,7 @@ class kolabUser extends baseModule {
|
|||
* It is not possible to display help links.
|
||||
*
|
||||
* @param array $fields list of active fields
|
||||
* @param array $attributes attributes of LDAP account (attribute names in lower case)
|
||||
* @param array $attributes attributes of LDAP account
|
||||
* @return array meta HTML
|
||||
*/
|
||||
function getSelfServiceOptions($fields, $attributes) {
|
||||
|
|
|
@ -1846,7 +1846,7 @@ class posixAccount extends baseModule implements passwordService {
|
|||
* It is not possible to display help links.
|
||||
*
|
||||
* @param array $fields list of active fields
|
||||
* @param array $attributes attributes of LDAP account (attribute names in lower case)
|
||||
* @param array $attributes attributes of LDAP account
|
||||
* @return array meta HTML
|
||||
*/
|
||||
function getSelfServiceOptions($fields, $attributes) {
|
||||
|
|
Loading…
Reference in New Issue