You are here

public function StubGlobalExecutionContext::setRoot in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/validator/Tests/Fixtures/StubGlobalExecutionContext.php \Symfony\Component\Validator\Tests\Fixtures\StubGlobalExecutionContext::setRoot()

File

vendor/symfony/validator/Tests/Fixtures/StubGlobalExecutionContext.php, line 43

Class

StubGlobalExecutionContext
@since 2.5.3

Namespace

Symfony\Component\Validator\Tests\Fixtures

Code

public function setRoot($root) {
  $this->root = $root;
}