File tree Expand file tree Collapse file tree 2 files changed +0
-125
lines changed
Expand file tree Collapse file tree 2 files changed +0
-125
lines changed Original file line number Diff line number Diff line change 3636include_once (PHPREPORT_ROOT . '/model/facade/action/GetUserProjectsAction.php ' );
3737include_once (PHPREPORT_ROOT . '/model/facade/action/GetProjectUsersAction.php ' );
3838include_once (PHPREPORT_ROOT . '/model/facade/action/GetProjectCustomersAction.php ' );
39- include_once (PHPREPORT_ROOT . '/model/facade/action/GetProjectExtraDataAction.php ' );
4039include_once (PHPREPORT_ROOT . '/model/facade/action/GetProjectAction.php ' );
4140include_once (PHPREPORT_ROOT . '/model/facade/action/GetCustomProjectAction.php ' );
4241include_once (PHPREPORT_ROOT . '/model/facade/action/AssignUserToProjectAction.php ' );
6160 */
6261abstract class ProjectsFacade {
6362
64- /** Get Project Extra Data Function
65- *
66- * This function is used for retrieving extra data about a Project.
67- *
68- * @param int $id the database identifier of the Project whose extra data we want to retieve.
69- * @return array an array with extra data as associative fields 'total' and 'currentInvoice'.
70- */
71- static function GetProjectExtraData ($ projectId ) {
72-
73- $ action = new GetProjectExtraDataAction ($ projectId );
74-
75- return $ action ->execute ();
76-
77- }
78-
7963 /** Get Project Function
8064 *
8165 * This function is used for retrieving a Project.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments