Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DPartnerRevenueModel.php29 public $markupType; variable in Google\\Service\\DisplayVideo\\PartnerRevenueModel
48 public function setMarkupType($markupType) argument
50 $this->markupType = $markupType;
57 return $this->markupType;
/plugin/combo/ComboStrap/
H A DInterWiki.php29 private string $markupType; variable in ComboStrap\\InterWiki
33 * @param string $markupType - The {@link MarkupRef::getSchemeType()} ie media or link
35 public function __construct(string $interWikiRef, string $markupType) argument
39 $this->markupType = $markupType;
102 switch ($this->markupType) {