Home
last modified time | relevance | path

Searched refs:isPublished (Results 1 – 3 of 3) sorted by last modified time

/plugin/structpublish/action/
H A Dshow.php45 $isPublished = $currentRevision->getStatus() === Constants::STATUS_PUBLISHED;
50 if (!$isPublished && is_null($latestPublished)) {
59 if (!$isPublished) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DWebApp.php32 public $isPublished; variable in Google\\Service\\AndroidEnterprise\\WebApp
81 public function setIsPublished($isPublished) argument
83 $this->isPublished = $isPublished;
90 return $this->isPublished;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DPublisherProfileApiProto.php30 public $isPublished; variable in Google\\Service\\AdExchangeBuyer\\PublisherProfileApiProto
108 public function setIsPublished($isPublished) argument
110 $this->isPublished = $isPublished;
114 return $this->isPublished;