addServiceColumn(dbFieldName, friendlyName)
- Description: Creates a column associated with dbFieldName that is displayed for any serviced created using this module. friendlyName is the heading used to display the client’s information stored under the dbFieldName. dbFieldName values may be any of the following: "user1", "user2", "pass", "opt1", "opt2", "notes".
mymodule::$module->addServiceColumn("user2", "User Name");
Module Functions