Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DParameterMetadata.php46 public $paramType; variable in Google\\Service\\Dataflow\\ParameterMetadata
125 public function setParamType($paramType) argument
127 $this->paramType = $paramType;
134 return $this->paramType;
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLRPCClient.php78 function addParam($paramType, $paramValue) { argument
80 $newParam->setTagContent($paramValue, "param/value/$paramType");