File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/mailin/wonderpush-php-lib/lib/Obj/NotificationAlertWebButton.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.web.buttons` items. * @see NotificationAlertWeb * @codeCoverageIgnore */ class NotificationAlertWebButton extends NotificationButton { /** @var string */ private $action; /** @var string */ private $icon; /** * @return string */ public function getAction() { return $this->action; } /** * @param string $action * @return NotificationAlertWebButton */ public function setAction($action) { $this->action = $action; return $this; } /** * @return string */ public function getIcon() { return $this->icon; } /** * @param string $icon * @return NotificationAlertWebButton */ public function setIcon($icon) { $this->icon = $icon; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.17 |
proxy
|
phpinfo
|
Settings