Пример #1
0
 /**
  * @return string|null
  */
 public function getScheme()
 {
     return $this->decorated->getScheme();
 }
Пример #2
0
 /**
  * @return bool
  */
 public function match(UriInterface $uri)
 {
     return !in_array($uri->getScheme(), $this->allowedSchemes);
 }