$_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 creating a new account for an existing person
Note, that the request data, for ease of use, already contains the L10n Databases of the Component and MidCOM itself located in this class. They are stored as 'l10n' and 'l10n_midcom'. Also available as 'config' is the current component configuration.
$_person : \midcom_db_person
The person we're working on
$_account : \midcom_core_account
The account we're working on
__construct(\midcom_db_person $person = null)
\midcom_db_person | $person |
get_workflow(string $identifier, array $options = array()) : \midcom\workflow\dialog
string | $identifier | |
array | $options |