File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/mailin/wonderpush-php-lib/lib/Obj/NotificationAlertIosForeground.php
Back
<?php namespace WonderPush\Obj; if (count(get_included_files()) === 1) { http_response_code(403); exit(); } // Prevent direct access /** * DTO part for `notification.alert.ios.foreground`. * @see NotificationAlertIos * @codeCoverageIgnore */ class NotificationAlertIosForeground extends BaseObject { /** @var boolean */ protected $autoOpen; /** @var boolean */ protected $autoDrop; /** * @return boolean */ public function getAutoOpen() { return $this->autoOpen; } /** * @param boolean $autoOpen * @return NotificationAlertIosForeground */ public function setAutoOpen($autoOpen) { $this->autoOpen = $autoOpen; return $this; } /** * @return boolean */ public function getAutoDrop() { return $this->autoDrop; } /** * @param boolean $autoDrop * @return NotificationAlertIosForeground */ public function setAutoDrop($autoDrop) { $this->autoDrop = $autoDrop; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.17 |
proxy
|
phpinfo
|
Settings