Public Member Functions | |
setUserId ($value) | |
getUserId () | |
attributeNames () | |
getStringifiedModelForValue () | |
rules () | |
makeRecipients (RedBeanModel $model, User $triggeredByUser) | |
Static Public Member Functions | |
static | getTypeLabel () |
Protected Attributes | |
$userId |
Form to work with a specific user for an email message recipient
Definition at line 40 of file StaticUserWorkflowEmailMessageRecipientForm.php.
static getTypeLabel | ( | ) | [static] |
Reimplemented from WorkflowEmailMessageRecipientForm.
Definition at line 51 of file StaticUserWorkflowEmailMessageRecipientForm.php.
setUserId | ( | $ | value | ) |
$value |
Definition at line 59 of file StaticUserWorkflowEmailMessageRecipientForm.php.
getUserId | ( | ) |
Definition at line 68 of file StaticUserWorkflowEmailMessageRecipientForm.php.
attributeNames | ( | ) |
Override to support userId being an attribute even though it is not a public property since it can still be set since we have
Definition at line 78 of file StaticUserWorkflowEmailMessageRecipientForm.php.
getStringifiedModelForValue | ( | ) |
Definition at line 86 of file StaticUserWorkflowEmailMessageRecipientForm.php.
rules | ( | ) |
Reimplemented from WorkflowEmailMessageRecipientForm.
Definition at line 103 of file StaticUserWorkflowEmailMessageRecipientForm.php.
makeRecipients | ( | RedBeanModel $ | model, | |
User $ | triggeredByUser | |||
) |
RedBeanModel | $model | |
User | $triggeredByUser |
Reimplemented from WorkflowEmailMessageRecipientForm.
Definition at line 115 of file StaticUserWorkflowEmailMessageRecipientForm.php.