Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/
H A DSubscription.php313 public function setTransferInfo(SubscriptionTransferInfo $transferInfo) argument
315 $this->transferInfo = $transferInfo;
322 return $this->transferInfo;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResponse.php233 * @param array $transferInfo the curl transfer information
237 public function setTransferInfo(array $transferInfo)
239 $this->_transferInfo = $transferInfo;
256 setTransferInfo(array $transferInfo) global() argument
/plugin/authgoogle/google/contrib/
H A DGoogle_ResellerService.php521 public $transferInfo; variable in Google_Subscription
591 public function setTransferInfo(Google_SubscriptionTransferInfo $transferInfo) { argument
592 $this->transferInfo = $transferInfo;
595 return $this->transferInfo;