File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/mailin/wonderpush-php-lib/lib/Obj/NotificationPushAndroid.php
Back
<?php namespace WonderPush\Obj; if (count(get_included_files()) === 1) { http_response_code(403); exit(); } // Prevent direct access /** * DTO part for `notification.push.android`. * @see NotificationPush * @codeCoverageIgnore */ class NotificationPushAndroid extends NotificationPush { /** @var boolean */ private $delayWhileIdle; /** @var string */ private $collapseKey; /** @var string */ private $restrictedPackageName; /** * @return boolean */ public function getDelayWhileIdle() { return $this->delayWhileIdle; } /** * @param boolean $delayWhileIdle * @return $this */ public function setDelayWhileIdle($delayWhileIdle) { $this->delayWhileIdle = $delayWhileIdle; return $this; } /** * @return string */ public function getCollapseKey() { return $this->collapseKey; } /** * @param string $collapseKey * @return $this */ public function setCollapseKey($collapseKey) { $this->collapseKey = $collapseKey; return $this; } /** * @return string */ public function getRestrictedPackageName() { return $this->restrictedPackageName; } /** * @param string $restrictedPackageName * @return $this */ public function setRestrictedPackageName($restrictedPackageName) { $this->restrictedPackageName = $restrictedPackageName; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.13 |
proxy
|
phpinfo
|
Settings