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

Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$value1 TestValueObject
$value2 string

Méthodes publiques

Méthode Description
__construct ( TestValueObject $value1, string $value2 )

Method Details

__construct() public méthode

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

Property Details

$value1 protected_oe property

protected TestValueObject,Neos\Flow\Tests\Functional\Persistence\Fixtures $value1
Résultat TestValueObject

$value2 protected_oe property

protected string $value2
Résultat string