Exemplo n.º 1
0
 public function __construct()
 {
     $this->setType(PushNotificationPlugin::getPushNotificationTemplateTypeCoreValue(PushNotificationTemplateType::PUSH));
     parent::__construct();
 }
 public function __construct()
 {
     $this->setType(EmailNotificationPlugin::getEmailNotificationTemplateTypeCoreValue(EmailNotificationTemplateType::EMAIL));
     parent::__construct();
 }