You are here

public function DumperPrefixCollection::setPrefix in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Dumper

Code

public function setPrefix($prefix) {
  $this->prefix = $prefix;
}