small phpDoc updates

This commit is contained in:
Ralf Becker 2005-11-10 05:15:06 +00:00
parent 4e20826dcf
commit f21f778800
4 changed files with 8 additions and 3 deletions

View File

@ -23,6 +23,11 @@
* can also contain a field 'method' which gets executed with resultset as first param * can also contain a field 'method' which gets executed with resultset as first param
* 'row_actions' => array with actions for each row * 'row_actions' => array with actions for each row
* *
* @package etemplate
* @subpackage extensions
* @author Cornelius Weiss <egw@von-und-zu-weiss.de>
* @license GPL - GNU General Public License
*/
*/ */
class advancedsearch_widget class advancedsearch_widget
{ {

View File

@ -16,7 +16,7 @@
/** /**
* This widget generates a template for customfields based on definitions in epgw_config table * This widget generates a template for customfields based on definitions in epgw_config table
* *
* @package eTemplate * @package etemplate
* @subpackage extensions * @subpackage extensions
* @author RalfBecker-At-outdoor-training.de * @author RalfBecker-At-outdoor-training.de
* @author Cornelius Weiss <egw@von-und-zu-weiss.de> * @author Cornelius Weiss <egw@von-und-zu-weiss.de>

View File

@ -20,7 +20,7 @@
* - the app need to avoid redirects or links, as this would leave sitemgr!!! * - the app need to avoid redirects or links, as this would leave sitemgr!!!
* *
* @package etemplate * @package etemplate
* @subpackage extensions * @subpackage api
* @author RalfBecker-AT-outdoor-training.de * @author RalfBecker-AT-outdoor-training.de
* @license GPL * @license GPL
*/ */

View File

@ -21,7 +21,7 @@
* Of cause can you derife the class and call the constructor with params. * Of cause can you derife the class and call the constructor with params.
* *
* @package etemplate * @package etemplate
* @subpackage contrib * @subpackage api
* @author RalfBecker-AT-outdoor-training.de * @author RalfBecker-AT-outdoor-training.de
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
*/ */