Reset the static factory registry
void getAllImplementationIds(
$classType
)
|
|
Parameters:
API Tags:
See: | GalleryCoreApi::getAllFactoryImplementationIds |
void newInstance(
$classType, [
$className = null]
)
|
|
Parameters:
API Tags:
See: | GalleryCoreApi::newFactoryInstance |
void newInstanceByHint(
$classType,
$hints
)
|
|
Parameters:
API Tags:
See: | GalleryCoreApi::newFactoryInstanceByHint |
void newInstanceById(
$classType,
$id
)
|
|
Parameters:
API Tags:
See: | GalleryCoreApi::newFactoryInstanceById |
array &_getFactoryData(
)
|
|
Get the static factory registry
API Tags:
Return: | factory data |
Staticvar: | array $registry: The only factory registry we will need |
Access: | private |
The single copy of the factory registry data
API Tags:
Return: | factory registry data |
Access: | private |