API documentation :: Docs For Class arbitModuleCiModelManager
Packages:Classes:
|
Ci::arbitModuleCiModelManagerClass arbitModuleCiModelManagerModel manager of the Continous Interation module, maintaining the stored results and managing the models, which present the results. Model manager of the Continous Interation module, maintaining the stored results and managing the models, which present the results.
Member Variables
Method Summary
MethodsregisterChartModel
static void
registerChartModel(
string
$modelClass
,
$dependencies
)
Register chart model Register the model class of a chart model with its dependencies, in the form of: Register chart model Register the model class of a chart model with its dependencies, in the form of:
Parameters:
registerOverviewModel
static void
registerOverviewModel(
string
$modelClass
,
$dependencies
)
Register overview model Register the model class of a overview model with its dependencies, in the form of: Register overview model Register the model class of a overview model with its dependencies, in the form of:
Parameters:
__construct
void
__construct(
$request
)
Construct model manager from current request context Construct model manager from current request context Parameters:
availableReports
void
availableReports(
$report
)
Get list of available reports Get list of available reports Parameters:
getAvailableChartReports
array
getAvailableChartReports(
)
Returns instances of chart models based on available reports Returns an array with instances for all chart models, which have been registered and which dependencies are met by available reports. Returns instances of chart models based on available reports Returns an array with instances for all chart models, which have been registered and which dependencies are met by available reports. getAvailableOverviewReports
array
getAvailableOverviewReports(
)
Returns instances of overview models based on available reports Returns an array with instances for all overview models, which have been registered and which dependencies are met by available reports. Returns instances of overview models based on available reports Returns an array with instances for all overview models, which have been registered and which dependencies are met by available reports. getAvailableResults
array
getAvailableResults(
)
Get a list of available reports Returns an array of results, which are available to the CI module. Get a list of available reports Returns an array of results, which are available to the CI module. Reports and result, which is at least available once. getBasePath
string
getBasePath(
)
Get base path Get base path Returns the base path of the data storage storeResult
void
storeResult(
arbitCiModuleResultStruct
$result
)
Store result Store result Store a result reported by some other module Parameters:
Documentation generated on Mon, 05 Apr 2010 14:02:03 +0200 by phpDocumentor 1.4.3
|