ComponentHelper
in package
Uses
Singleton
Provides helper methods for Builder CMS components.
Tags
Table of Contents
- $instance : mixed
- $modelListCache : mixed
- __clone() : mixed
- __wakeup() : mixed
- forgetInstance() : mixed
- Forget this singleton's instance if it exists
- getModelClassDesignTime() : mixed
- instance() : mixed
- Create a new instance of this singleton.
- listGlobalModels() : mixed
- listModelColumnNames() : mixed
- __construct() : mixed
- Constructor.
- init() : mixed
- Initialize the singleton free from constructor parameters.
Properties
$instance
protected
static mixed
$instance
$modelListCache
protected
mixed
$modelListCache
= null
Methods
__clone()
public
__clone() : mixed
Return values
mixed —__wakeup()
public
__wakeup() : mixed
Return values
mixed —forgetInstance()
Forget this singleton's instance if it exists
public
final static forgetInstance() : mixed
Return values
mixed —getModelClassDesignTime()
public
getModelClassDesignTime() : mixed
Return values
mixed —instance()
Create a new instance of this singleton.
public
final static instance() : mixed
Return values
mixed —listGlobalModels()
public
listGlobalModels() : mixed
Return values
mixed —listModelColumnNames()
public
listModelColumnNames() : mixed
Return values
mixed —__construct()
Constructor.
protected
final __construct() : mixed
Return values
mixed —init()
Initialize the singleton free from constructor parameters.
protected
init() : mixed