Home
last modified time | relevance | path

Searched refs:shortTitle (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderPromotion.php44 public $shortTitle; variable in Google\\Service\\ShoppingContent\\OrderPromotion
151 public function setShortTitle($shortTitle) argument
153 $this->shortTitle = $shortTitle;
160 return $this->shortTitle;
/plugin/zotero/
H A DFeedZoteroRepository.php102 if (isset($data->shortTitle)) { $e->setCiteKey(html_entity_decode($data->shortTitle)); }