| 1 | <?php |
||
| 21 | class EmailTemplatesUpdatedEvent extends ConfigurationEvent |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @var array |
||
| 25 | */ |
||
| 26 | public $emailTemplates; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param string $configurationId |
||
| 30 | * @param array $emailTemplates |
||
| 31 | */ |
||
| 32 | public function __construct($configurationId, array $emailTemplates) |
||
| 38 | |||
| 39 | public static function deserialize(array $data) |
||
| 43 | |||
| 44 | public function serialize() |
||
| 48 | } |
||
| 49 |