public function DumperPrefixCollection::setPrefix in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php \Symfony\Component\Routing\Matcher\Dumper\DumperPrefixCollection::setPrefix()
Sets the prefix.
Parameters
string $prefix The prefix:
File
- vendor/
symfony/ routing/ Matcher/ Dumper/ DumperPrefixCollection.php, line 43
Class
- DumperPrefixCollection
- Prefix tree of routes preserving routes order.
Namespace
Symfony\Component\Routing\Matcher\DumperCode
public function setPrefix($prefix) {
$this->prefix = $prefix;
}