$_component
$_component : string
The name of the component, e.g. net.nehmer.static. Should be used whenever the component's name is required instead of hardcoding it.
Helper class for constructing simple formmailers for embedding directly into a page.
Available form fields can be controlled by a DM2 schema
Example:
$formmailer = new org_openpsa_mail_formmailer;
$formmailer->to = 'website_owner@domain';
$formmailer->process();
$_schemadb : \midcom\datamanager\schemadb
The schemadb we're working with
__construct(\midcom\datamanager\schemadb $schemadb = null)
\midcom\datamanager\schemadb | $schemadb |
get_workflow(string $identifier, array $options = array()) : \midcom\workflow\dialog
string | $identifier | |
array | $options |