private static property UriTemplate::$operatorHash

Type: array Hash for quick operator lookups

File

drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php, line 30

Class

UriTemplate
Expands URI templates using an array of variables

Namespace

Guzzle\Parser\UriTemplate

Code

private static $operatorHash = array(
  '+' => true,
  '#' => true,
  '.' => true,
  '/' => true,
  ';' => true,
  '?' => true,
  '&' => true,
);