[...tplValues...], 'tokenContext' => [...tokenData...]] * Ex: ['modelProps' => [...classProperties...]] */ public function __construct(array $imports = []) { WorkflowMessage::importAll($this, $imports); } /** * The contact receiving this message. * * @var int * @scope tokenContext */ protected $contactId; }