You are here

public function StringClass::__toString in Plug 7

File

lib/Symfony/translation/Tests/TranslatorTest.php, line 624

Class

StringClass

Namespace

Symfony\Component\Translation\Tests

Code

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