/**
* Sets the host to use for all child routes.
*
* @param string|array $host the host, or the localized hosts
*
* @return $this
*/ finalpublicfunctionhost(string|array $host): static { $this->addHost($this->route, $host);
return$this; } }
/**
* Sets the host to use for all child routes.
*
* @param string|array $host the host, or the localized hosts
*
* @return $this
*/ finalpublicfunctionhost(string|array $host): static { $this->addHost($this->route, $host);
/**
* Parses an import and adds the routes in the resource to the RouteCollection.
*
* @return void
*/ protectedfunctionparseImport(RouteCollection $collection, array $config, string $path, string $file) { $type = $config['type'] ?? null;
/**
* Parses an import and adds the routes in the resource to the RouteCollection.
*
* @return void
*/ protectedfunctionparseImport(RouteCollection $collection, array $config, string $path, string $file) { $type = $config['type'] ?? null;
/**
* Sets the host to use for all child routes.
*
* @param string|array $host the host, or the localized hosts
*
* @return $this
*/ finalpublicfunctionhost(string|array $host): static { $this->addHost($this->route, $host);
/**
* Parses an import and adds the routes in the resource to the RouteCollection.
*
* @return void
*
* @throws \InvalidArgumentException When the XML is invalid
*/ protectedfunctionparseImport(RouteCollection $collection, \DOMElement $node, string $path, string $file) {
/**
* Parses an import and adds the routes in the resource to the RouteCollection.
*
* @return void
*
* @throws \InvalidArgumentException When the XML is invalid
*/ protectedfunctionparseImport(RouteCollection $collection, \DOMElement $node, string $path, string $file) {
/**
* Sets the host to use for all child routes.
*
* @param string|array $host the host, or the localized hosts
*
* @return $this
*/ finalpublicfunctionhost(string|array $host): static { $this->addHost($this->route, $host);