| Mail_Plugin | |
| Author | Jaybill McCarthy |
| License | http://communit.as/docs/license |
| Constructors | |
| Mail_Plugin | |
| Instance Methods | |
| install | Runs the database script to set up the tables needed for the Mail module. |
| uninstall | Drops the database tables that were used only for the Mail module. |
| enable | Not currently used. |
| disable | Not currently used. |
function Mail_Plugin()
Runs the database script to set up the tables needed for the Mail module.
function install( $params )
Drops the database tables that were used only for the Mail module.
function uninstall( $params )
Not currently used.
function enable( $params )
Not currently used.
function disable( $params )