• Online Demo
  • 30-day Free Trial

A * denotes an optional parameter.

setModuleRowSelect(*friendlyName, *dbFieldName)

  • Returns: TRUE on success
  • Description: Sets the friendly drop down for adding/editing services that allows the user to select a row from the module database. friendlyName is the name displayed when selecting to add a service using this module. dbFieldName must be a field defined by the addDBField function, and should have the unique identification property.
  • Usage:
mymodule::$module->setModuleRowSelect("Server", "hostname");


Module Functions