Home
last modified time | relevance | path

Searched refs:restrictionType (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DUrlRestriction.php27 public $restrictionType; variable in Google\\Service\\RealTimeBidding\\UrlRestriction
52 public function setRestrictionType($restrictionType) argument
54 $this->restrictionType = $restrictionType;
61 return $this->restrictionType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DAppRestrictionsSchemaRestriction.php46 public $restrictionType; variable in Google\\Service\\AndroidEnterprise\\AppRestrictionsSchemaRestriction
139 public function setRestrictionType($restrictionType) argument
141 $this->restrictionType = $restrictionType;
148 return $this->restrictionType;
/plugin/purplenumbers/
H A Drenderer.php292 * (by configuration settings 'restrictionNS' and 'restrictionType').
306 $restrictionType = $this->getConf('restrictionType');
310 if ($restrictionType)
315 if ($restrictionType)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DRepricingRule.php44 protected $restrictionType = RepricingRuleRestriction::class; variable in Google\\Service\\ShoppingContent\\RepricingRule
/plugin/wrap/
H A Dhelper.php64 $restrictionType = $this->getConf('restrictionType');
92 if ($restrictionType xor $classIsInList) continue;