Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DRouterBgpPeer.php50 public $interfaceName; variable in Google\\Service\\Compute\\RouterBgpPeer
185 public function setInterfaceName($interfaceName) argument
187 $this->interfaceName = $interfaceName;
194 return $this->interfaceName;
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DBlacklist.php75 * @param string $interfaceName
77 public function addImplementorsOf($interfaceName) argument
79 $this->interfaces[] = $interfaceName;
H A DSnapshot.php284 foreach (array_reverse(get_declared_interfaces()) as $interfaceName) {
285 $class = new ReflectionClass($interfaceName);
291 $this->interfaces[] = $interfaceName;