You are here

public function StringClass::__construct in Plug 7

File

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

Class

StringClass

Namespace

Symfony\Component\Translation\Tests

Code

public function __construct($str) {
  $this->str = $str;
}