PHP Class Neos\Flow\Tests\Functional\Persistence\Fixtures\TestValueObjectWithSubValueObjectProperties

Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$value1 TestValueObject
$value2 string

Public Methods

Method Description
__construct ( TestValueObject $value1, string $value2 )

Method Details

__construct() public method

public __construct ( TestValueObject $value1, string $value2 )
$value1 TestValueObject
$value2 string

Property Details

$value1 protected property

protected TestValueObject,Neos\Flow\Tests\Functional\Persistence\Fixtures $value1
return TestValueObject

$value2 protected property

protected string $value2
return string