Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\PrototypeClassE::__construct PHP Method

__construct() public method

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