You are here

private property RequestMatcher::$schemes in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/RequestMatcher.php \Symfony\Component\HttpFoundation\RequestMatcher::schemes

Type: string[]

File

vendor/symfony/http-foundation/RequestMatcher.php, line 49

Class

RequestMatcher
RequestMatcher compares a pre-defined set of checks against a Request instance.

Namespace

Symfony\Component\HttpFoundation

Code

private $schemes = array();