public function __construct()
 {
     $this->type = PushNotificationPlugin::getApiValue(PushNotificationTemplateType::PUSH);
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->setType(PushNotificationPlugin::getPushNotificationTemplateTypeCoreValue(PushNotificationTemplateType::PUSH));
     parent::__construct();
 }