Sets the schemes (e.g. 'https') all child routes are restricted to.
string|array $schemes The scheme or an array of schemes:
public function setSchemes($schemes) { foreach ($this->routes as $route) { $route ->setSchemes($schemes); } }