API documentation :: Docs For Class arbitFacadeManager
Packages:Interfaces:
Classes:
|
Core::Facade::arbitFacadeManagerClass arbitFacadeManagerBasic struct class with optional value validation when the __set method gets overwritten in the child classes. Basic struct class with optional value validation when the __set method gets overwritten in the child classes.
Member Variables
Method Summary
MethodscheckBackend
static void
checkBackend(
)
Check backend Sets the backend from the configuration file, if not yet done. executing this method you can expect the backend tobe properly set. Check backend Sets the backend from the configuration file, if not yet done. After executing this method you can expect the backend tobe properly set. createProject
static 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:
getFacade
static string
getFacade(
string
$name
)
Get facede of requested type. Get facede of requested type. Get the facade class name for a requested backend, identified by its name. Parameters:
getSetUpManager
static arbitFacadeProjectManager
getSetUpManager(
)
Get facade manager Get the facade setup manager to select / create and remove projects. Get facade manager Get the facade setup manager to select / create and remove projects. removeProject
static 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:
selectProject
static 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:
setFacade
static void
setFacade(
string
$backend
, string
$name
, string
$class
)
Set facade class for one backend Sets a facade class used for a specified facade ind the specified backend. Set facade class for one backend Sets a facade class used for a specified facade ind the specified backend. Parameters:
Documentation generated on Mon, 05 Apr 2010 14:02:03 +0200 by phpDocumentor 1.4.3
|