/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/ |
H A D | ConvertRegionPricesRequest.php | 28 public function setPrice(Money $price) argument 30 $this->price = $price; 37 return $this->price;
|
H A D | ConvertedRegionPrice.php | 34 public function setPrice(Money $price) argument 36 $this->price = $price; 43 return $this->price;
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | Price.php | 20 private $price; variable in JMS\\Serializer\\Tests\\Fixtures\\Price 22 public function __construct($price) argument 24 $this->price = $price;
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/ |
H A D | Item.php | 22 protected $price; variable in FINDOLOGIC\\Export\\Data\\Item 116 return $this->price; 119 public function setPrice(Price $price) argument 121 $this->price = $price; 124 public function addPrice($price, $usergroup = '') argument 126 if ($this->price === null) { 127 $this->price = new Price(); 130 $this->price->setValue($price, $usergroup);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/ |
H A D | GoogleCloudRetailV2PriceInfo.php | 37 public $price; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2PriceInfo 94 public function setPrice($price) argument 96 $this->price = $price; 103 return $this->price;
|
H A D | GoogleCloudRetailV2PriceInfoPriceRange.php | 44 public function setPrice(GoogleCloudRetailV2Interval $price) argument 46 $this->price = $price; 53 return $this->price;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/ |
H A D | GoogleCloudChannelV1PriceTier.php | 64 public function setPrice(GoogleCloudChannelV1Price $price) argument 66 $this->price = $price; 73 return $this->price;
|
H A D | GoogleCloudChannelV1PriceByResource.php | 35 public function setPrice(GoogleCloudChannelV1Price $price) argument 37 $this->price = $price; 44 return $this->price;
|
H A D | GoogleCloudChannelV1PricePhase.php | 85 public function setPrice(GoogleCloudChannelV1Price $price) argument 87 $this->price = $price; 94 return $this->price;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
H A D | PricePerBuyer.php | 63 public function setPrice(Price $price) argument 65 $this->price = $price; 72 return $this->price;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/ |
H A D | DealTermsGuaranteedFixedPriceTermsBillingInfo.php | 55 public function setPrice(Price $price) argument 57 $this->price = $price; 64 return $this->price;
|
H A D | PricePerBuyer.php | 69 public function setPrice(Price $price) argument 71 $this->price = $price; 78 return $this->price;
|
H A D | CreativeNativeAd.php | 36 public $price; variable in Google\\Service\\AdExchangeBuyer\\CreativeNativeAd 138 public function setPrice($price) argument 140 $this->price = $price; 144 return $this->price;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/ |
H A D | ServiceItem.php | 46 public function setPrice(Money $price) argument 48 $this->price = $price; 55 return $this->price;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | PosInventoryRequest.php | 98 public function setPrice(Price $price) argument 100 $this->price = $price; 107 return $this->price;
|
H A D | RegionalInventory.php | 91 public function setPrice(Price $price) argument 93 $this->price = $price; 100 return $this->price;
|
H A D | PosInventory.php | 116 public function setPrice(Price $price) argument 118 $this->price = $price; 125 return $this->price;
|
H A D | PosSaleRequest.php | 102 public function setPrice(Price $price) argument 104 $this->price = $price; 111 return $this->price;
|
H A D | PosInventoryResponse.php | 116 public function setPrice(Price $price) argument 118 $this->price = $price; 125 return $this->price;
|
H A D | PosSale.php | 120 public function setPrice(Price $price) argument 122 $this->price = $price; 129 return $this->price;
|
H A D | PosSaleResponse.php | 120 public function setPrice(Price $price) argument 122 $this->price = $price; 129 return $this->price;
|
H A D | LocalInventory.php | 132 public function setPrice(Price $price) argument 134 $this->price = $price; 141 return $this->price;
|
H A D | ProductShipping.php | 180 public function setPrice(Price $price) argument 182 $this->price = $price; 189 return $this->price;
|
H A D | TestOrderLineItemProduct.php | 199 public function setPrice(Price $price) argument 201 $this->price = $price; 208 return $this->price;
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/ |
H A D | XmlSerializationTest.php | 66 $price = new Price(); 67 $price->setValue('13.37'); 68 $item->setPrice($price); 106 $price = new Price(); 108 $price->setValue(rand(1, 2000)*1.24); 109 $item->setPrice($price); 299 'price' => ['Price', [
|