Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\PrototypeClassE::__construct PHP 메소드

__construct() 공개 메소드

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