mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
small phpDoc updates
This commit is contained in:
parent
4e20826dcf
commit
f21f778800
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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>
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user