You are here

public function StringClass::__toString in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/translation/Tests/TranslatorTest.php \Symfony\Component\Translation\Tests\StringClass::__toString()

File

vendor/symfony/translation/Tests/TranslatorTest.php, line 623

Class

StringClass

Namespace

Symfony\Component\Translation\Tests

Code

public function __toString() {
  return $this->str;
}