Searched refs:interfaceName (Results 1 – 3 of 3) sorted by relevance
50 public $interfaceName; variable in Google\\Service\\Compute\\RouterBgpPeer185 public function setInterfaceName($interfaceName) argument187 $this->interfaceName = $interfaceName;194 return $this->interfaceName;
75 * @param string $interfaceName77 public function addImplementorsOf($interfaceName) argument79 $this->interfaces[] = $interfaceName;
284 foreach (array_reverse(get_declared_interfaces()) as $interfaceName) {285 $class = new ReflectionClass($interfaceName);291 $this->interfaces[] = $interfaceName;