You are here

public function RouteMock::setLocale in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/Tests/Routing/RouteMock.php \Symfony\Cmf\Component\Routing\Tests\Routing\RouteMock::setLocale()

File

vendor/symfony-cmf/routing/Tests/Routing/RouteMock.php, line 22

Class

RouteMock

Namespace

Symfony\Cmf\Component\Routing\Tests\Routing

Code

public function setLocale($locale) {
  $this->locale = $locale;
}