void fetchAllParameters(
$pluginType,
$pluginId, [
$itemId = 0], [
$ignoreDiskCache = false]
)
|
|
Parameters:
|
$pluginType: |
|
|
$pluginId: |
|
|
$itemId: |
|
|
$ignoreDiskCache: |
|
API Tags:
See: | GalleryCoreApi::fetchAllPluginParameters |
void fetchPluginList(
$pluginType
)
|
|
Parameters:
API Tags:
See: | GalleryCoreApi::fetchPluginList |
void fetchPluginStatus(
$pluginType, [
$ignoreCache = false]
)
|
|
Parameters:
|
$pluginType: |
|
|
$ignoreCache: |
|
API Tags:
See: | GalleryCoreApi::fetchPluginStatus |
void getParameter(
$pluginType,
$pluginId,
$parameterName, [
$itemId = 0], [
$ignoreDiskCache = false]
)
|
|
Parameters:
|
$pluginType: |
|
|
$pluginId: |
|
|
$parameterName: |
|
|
$itemId: |
|
|
$ignoreDiskCache: |
|
API Tags:
See: | GalleryCoreApi::getPluginParameter |
void isPluginCompatibleWithApis(
$plugin
)
|
|
Parameters:
API Tags:
See: | GalleryCoreApi::isPluginCompatibleWithApis |
void loadPlugin(
$pluginType,
$pluginId, [
$ignoreVersionMismatch = false], [
$errorOnVersionMismatch = false], [int
$depth = 0]
)
|
|
Parameters:
int |
$depth: |
of recursion (don't set this; it's used internally) |
|
$pluginType: |
|
|
$pluginId: |
|
|
$ignoreVersionMismatch: |
|
|
$errorOnVersionMismatch: |
|
API Tags:
See: | GalleryCoreApi::loadPlugin |
array _fetchAllParameters(
string
$pluginType, string
$pluginId, mixed
$itemId, [bool
$ignoreDiskCache = false]
)
|
|
Get all the parameters for this plugin
Parameters:
string |
$pluginType: |
the type of the plugin |
string |
$pluginId: |
the id of the plugin |
mixed |
$itemId: |
int id of item (or null/zero for a global setting) or array of ids |
bool |
$ignoreDiskCache: |
ignore the cache (optional, default=false) |
API Tags:
Return: | GalleryStatus a status code array (itemId/zero => array(parameterName => parameterValue), ..) |
Access: | protected |