Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2SetDefaultBranchRequest.php25 public $branchId; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SetDefaultBranchRequest
38 public function setBranchId($branchId) argument
40 $this->branchId = $branchId;
47 return $this->branchId;
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php470 function setBranchTag($branchId, $tag) { argument
472 …if(strtolower(get_class($this->nodes[$branchId])) == "xmlbranch" && strtolower(get_class($tag)) ==…
473 $this->nodes[$branchId]->setTag($tag);