/** * @return string|null */ public function getScheme() { return $this->decorated->getScheme(); }
/** * @return bool */ public function match(UriInterface $uri) { return !in_array($uri->getScheme(), $this->allowedSchemes); }