public function StringClass::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/translation/Tests/TranslatorTest.php \Symfony\Component\Translation\Tests\StringClass::__construct()
File
- vendor/
symfony/ translation/ Tests/ TranslatorTest.php, line 618
Class
Namespace
Symfony\Component\Translation\TestsCode
public function __construct($str) {
$this->str = $str;
}