Метод | Описание | |
---|---|---|
createActionNote ( |
Creates a note for an action with a transition | |
createNoteData ( $fc, $value ) : array | ||
getDataFromEditmode ( $data, $pimcoreTagName ) | ||
sendEmailNotification ( array $users, |
Sends an email |
Метод | Описание | |
---|---|---|
getNotificationUsers ( $userIds ) | Returns a list of users given an array of ID's if an ID is a role, all users associated with that role will also be returned. |
public static createActionNote ( |
||
$element | ||
$type | string | |
$title | string | |
$description | string | |
$noteData | array | |
Результат | $note |
public static createNoteData ( $fc, $value ) : array | ||
$fc | - The field configuration from the Workflow | |
$value | - The value | |
Результат | array |
public static getDataFromEditmode ( $data, $pimcoreTagName ) |
public static sendEmailNotification ( array $users, |
||
$users | array | |
$note |