File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/mailin/wonderpush-php-lib/lib/Obj/CampaignScheduleUrlCriterion.php
Back
<?php namespace WonderPush\Obj; class CampaignScheduleUrlCriterion extends BaseObject { private $operator; /** @var bool */ private $negate; /** @var string */ private $value; /** * @return string */ public function getOperator() { return $this->operator; } /** * @param string $operator * @return CampaignScheduleUrlCriterion */ public function setOperator($operator) { $this->operator = $operator; return $this; } /** * @return bool */ public function isNegate() { return $this->negate; } /** * @param bool $negate * @return CampaignScheduleUrlCriterion */ public function setNegate($negate) { $this->negate = $negate; return $this; } /** * @return string */ public function getValue() { return $this->value; } /** * @param string $value * @return CampaignScheduleUrlCriterion */ public function setValue($value) { $this->value = $value; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.19 |
proxy
|
phpinfo
|
Settings