API Docs for: 0.0.1
Show:

PluginHelper Class

The PluginHelper provides helper function for handling plugins.

Constructor

PluginHelper

()

Item Index

Methods

findItem

(
  • plugin
  • id
  • callback
)

Gets the plugin item from the database

Parameters:

  • plugin String

    The id of the plugin

  • id String

    The id of the item to find

  • callback Function

    The callback function to execute after find

getPluginList

(
  • callback
)

Parse all plugins into an array

Parameters:

  • callback Function

    The callback method to execute after parsing

    • err String

      null if no error occured, otherwise the error

    • result Object

      An array containing the plugins