PluginHelper Class
The PluginHelper provides helper function for handling plugins.
Constructor
PluginHelper
()
Item Index
Methods
Methods
findItem
(
-
plugin -
id -
callback
Gets the plugin item from the database
Parameters:
-
pluginStringThe id of the plugin
-
idStringThe id of the item to find
-
callbackFunctionThe callback function to execute after find
getPluginList
(
-
callback
Parse all plugins into an array
Parameters:
-
callbackFunctionThe callback method to execute after parsing
-
errStringnull if no error occured, otherwise the error
-
resultObjectAn array containing the plugins
-
