public function StubGlobalExecutionContext::setRoot in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\FixturesCode
public function setRoot($root) {
$this->root = $root;
}