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/
DSubscription.php313 public function setTransferInfo(SubscriptionTransferInfo $transferInfo) argument
315 $this->transferInfo = $transferInfo;
322 return $this->transferInfo;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DResponse.php233 * @param array $transferInfo the curl transfer information
237 public function setTransferInfo(array $transferInfo) argument
239 $this->_transferInfo = $transferInfo;
/plugin/authgoogle/google/contrib/
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;