void getAllImplementationIdsWithHint(
$classType,
$hint
)
|
|
Parameters:
API Tags:
See: | GalleryCoreApi::getAllFactoryImplementationIdsWithHint |
void getFactoryDefinitionHints(
$classType,
$implId
)
|
|
Parameters:
API Tags:
See: | GalleryCoreApi::getFactoryDefinitionHints |
void registerFactoryImplementationForRequest(
$classType,
$className,
$implId,
$implPath,
$implModuleId,
$hints
)
|
|
Parameters:
|
$classType: |
|
|
$className: |
|
|
$implId: |
|
|
$implPath: |
|
|
$implModuleId: |
|
|
$hints: |
|
API Tags:
See: | GalleryCoreApi::registerFactoryImplementation |
void registerImplementation(
$classType,
$className,
$implId,
$implPath,
$implModuleId,
$hints,
$orderWeight
)
|
|
Parameters:
|
$classType: |
|
|
$className: |
|
|
$implId: |
|
|
$implPath: |
|
|
$implModuleId: |
|
|
$hints: |
|
|
$orderWeight: |
|
API Tags:
See: | GalleryCoreApi::registerFactoryImplementation |
void unregisterImplementation(
$classType,
$implId
)
|
|
Parameters:
API Tags:
See: | GalleryCoreApi::unregisterFactoryImplementation |
void unregisterImplementationsByModuleId(
$moduleId
)
|
|
Parameters:
API Tags:
See: | GalleryCoreApi::unregisterFactoryImplementationsByModuleId |
void updateFactoryDefinitionHints(
$classType,
$implId,
$hints
)
|
|
Parameters:
|
$classType: |
|
|
$implId: |
|
|
$hints: |
|
API Tags:
See: | GalleryCoreApi::updateFactoryDefinitionHints |
void _array_unshift_key_value(
&$array, string
$key, string
$value, array
$array
)
|
|
Utility method to array_unshift a single key => value pair.
Parameters:
array |
$array: |
the array to alter |
string |
$key: |
the key of the new entry |
string |
$value: |
the value of the new entry |
|
&$array: |
|
API Tags: