phpDocumentor GalleryCore
Helpers
[ class tree: GalleryCore ] [ index: GalleryCore ] [ all elements ]

Class: GalleryPluginHelper_simple

Source Location: /modules/core/classes/helpers/GalleryPluginHelper_simple.class

Class GalleryPluginHelper_simple

Method Summary
void   fetchAllParameters()  
void   fetchPluginList()  
void   fetchPluginStatus()  
void   getParameter()  
void   isPluginCompatibleWithApis()  
void   loadPlugin()  
array   _fetchAllParameters()   Get all the parameters for this plugin

[ Top ]
Methods
fetchAllParameters  [line 244]

  void fetchAllParameters( $pluginType, $pluginId, [ $itemId = 0], [ $ignoreDiskCache = false]  )

Parameters:
   $pluginType: 
   $pluginId: 
   $itemId: 
   $ignoreDiskCache: 

API Tags:
See:  GalleryCoreApi::fetchAllPluginParameters


[ Top ]
fetchPluginList  [line 461]

  void fetchPluginList( $pluginType  )

Parameters:
   $pluginType: 

API Tags:
See:  GalleryCoreApi::fetchPluginList


[ Top ]
fetchPluginStatus  [line 349]

  void fetchPluginStatus( $pluginType, [ $ignoreCache = false]  )

Parameters:
   $pluginType: 
   $ignoreCache: 

API Tags:
See:  GalleryCoreApi::fetchPluginStatus


[ Top ]
getParameter  [line 214]

  void getParameter( $pluginType, $pluginId, $parameterName, [ $itemId = 0], [ $ignoreDiskCache = false]  )

Parameters:
   $pluginType: 
   $pluginId: 
   $parameterName: 
   $itemId: 
   $ignoreDiskCache: 

API Tags:
See:  GalleryCoreApi::getPluginParameter


[ Top ]
isPluginCompatibleWithApis  [line 199]

  void isPluginCompatibleWithApis( $plugin  )

Parameters:
   $plugin: 

API Tags:
See:  GalleryCoreApi::isPluginCompatibleWithApis


[ Top ]
loadPlugin  [line 41]

  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


[ Top ]
_fetchAllParameters  [line 268]

  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


[ Top ]

Documentation generated on Fri, 08 Oct 2010 05:02:48 -0700 by phpDocumentor 1.3.0RC6