protected property Uri::$allowedSchemes in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-diactoros/src/Uri.php \Zend\Diactoros\Uri::allowedSchemes
Type: int[] Array indexed by valid scheme names to their corresponding ports.
File
- vendor/
zendframework/ zend-diactoros/ src/ Uri.php, line 44
Class
- Uri
- Implementation of Psr\Http\UriInterface.
Namespace
Zend\DiactorosCode
protected $allowedSchemes = [
'http' => 80,
'https' => 443,
];