Home
last modified time | relevance | path

Searched refs:publishedDate (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeVolumeInfo.php95 public $publishedDate; variable in Google\\Service\\Books\\VolumeVolumeInfo
398 public function setPublishedDate($publishedDate) argument
400 $this->publishedDate = $publishedDate;
407 return $this->publishedDate;
/plugin/combo/ComboStrap/
H A DMarkupPath.php125 private $publishedDate; variable in ComboStrap\\MarkupPath
863 return $this->publishedDate->getValueFromStore();
882 return $this->publishedDate->getValueFromStoreOrDefault();
1519 $this->publishedDate
1644 $this->publishedDate = PagePublicationDate::createFromPage($this);
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php3068 public $publishedDate; variable in Google_VolumeVolumeInfo
3166 public function setPublishedDate( $publishedDate) { argument
3167 $this->publishedDate = $publishedDate;
3170 return $this->publishedDate;