[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 99 lignes (4 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 2 fichiers timesheet/inc/class.botimesheet.inc.php projectmanager/inc/class.datasource.inc.php |
datasource_timesheet:: (3 méthodes):
datasource_timesheet()
get()
copy()
Classe: datasource_timesheet - X-Ref
DataSource for the TimeSheetdatasource_timesheet() X-Ref |
Constructor |
get($data_id) X-Ref |
get an entry from the underlaying app (if not given) and convert it into a datasource array param: mixed $data_id id as used in the link-class for that app, or complete entry as array return: array/boolean array with the data supported by that source or false on error (eg. not found, not availible) |
copy($element,$target,$extra=null) X-Ref |
Copy method (usally copies a projectelement) returns only false to prevent copying param: array $element source project element representing an InfoLog entry, $element['pe_app_id'] = info_id param: int $target target project id param: array $target_data=null data of target-project, atm not used by the infolog datasource return: array/boolean array(info_id,link_id) on success, false otherwise |
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |