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

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

Protected Properties

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

Méthodes publiques

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

Method Details

__construct() public méthode

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

Property Details

$calculatedValue protected_oe property

protected int $calculatedValue
Résultat integer

$value1 protected_oe property

protected string $value1
Résultat string

$value2 protected_oe property

protected string $value2
Résultat string