

Public Member Functions | |
| show () | |
Public Attributes | |
| $name = "MailForm" | |
| $description = "This plugin allows you to insert a form to send an e-mail to a fixed recipient. To make use of this plugin, insert <b>{MailForm}</b> in your page where the mail form should appear." | |
| $params = array('email' => '', 'title' => '', 'subject_tag' => '[web form] ') | |
To make use of this plugin, insert {MailForm}in your page where the mail form should appear.
Definition at line 30 of file MailForm.php.
| MailForm::show | ( | ) |
Show an instance of the MailForm plugin.
Reimplemented from Diogenes_Plugin_Filter.
Definition at line 43 of file MailForm.php.
| MailForm::$name = "MailForm" |
| MailForm::$description = "This plugin allows you to insert a form to send an e-mail to a fixed recipient. To make use of this plugin, insert <b>{MailForm}</b> in your page where the mail form should appear." |
Plugin description
Reimplemented from Diogenes_Plugin_Filter.
Definition at line 36 of file MailForm.php.
| MailForm::$params = array('email' => '', 'title' => '', 'subject_tag' => '[web form] ') |
Plugin parameters
Reimplemented from Diogenes_Plugin_Skel.
Definition at line 39 of file MailForm.php.
1.5.1