Mail_Plugin

Summary
Mail_Plugin
AuthorJaybill McCarthy
Licensehttp://communit.as/docs/license
Constructors
Mail_Plugin
Instance Methods
installRuns the database script to set up the tables needed for the Mail module.
uninstallDrops the database tables that were used only for the Mail module.
enableNot currently used.
disableNot currently used.

Author

Jaybill McCarthy

Constructors

Mail_Plugin

function Mail_Plugin()

Instance Methods

install

function install($params)

Runs the database script to set up the tables needed for the Mail module.

uninstall

function uninstall($params)

Drops the database tables that were used only for the Mail module.

enable

function enable($params)

Not currently used.

disable

function disable($params)

Not currently used.

function Mail_Plugin()
function install($params)
Runs the database script to set up the tables needed for the Mail module.
function uninstall($params)
Drops the database tables that were used only for the Mail module.
function enable($params)
Not currently used.
function disable($params)
Not currently used.
Close