Core::Facade::arbitFacadeProjectManager
Interface arbitFacadeProjectManager
Manager facade, which is responsible for the management of projects. Manager facade, which is responsible for the management of projects.
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Method Summary
|
public void |
createProject(
$project
)
Create project
Create a new project. the backend. |
|
public void |
removeProject(
$project
)
Remove project
Clean all project related data in the backend. |
|
public void |
selectProject(
$project
)
Select project
Select the project currently selected in the UI, where we want to operate on. |
|
public void |
verifyIntegrity(
)
Verify backend integrity |
Methods
createProject
void
createProject(
string
$project
)
Create project
Create a new project. the backend. Create project
Create a new project. This should create required databases and alike in the backend.
Parameters:
| Name |
Type |
Description |
$project |
string |
|
removeProject
void
removeProject(
string
$project
)
Remove project
Clean all project related data in the backend. Remove project
Clean all project related data in the backend.
Parameters:
| Name |
Type |
Description |
$project |
string |
|
selectProject
void
selectProject(
string
$project
)
Select project
Select the project currently selected in the UI, where we want to operate on. Select project
Select the project currently selected in the UI, where we want to operate on.
Parameters:
| Name |
Type |
Description |
$project |
string |
|
verifyIntegrity
void
verifyIntegrity(
)
Verify backend integrity
|