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

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

Protected Properties

Property Type Description
$calculatedValue integer
$dependency TestEntityRepository
$value1 string
$value2 string

Public Methods

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

Method Details

__construct() public method

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

Property Details

$calculatedValue protected property

protected int $calculatedValue
return integer

$dependency protected property

protected TestEntityRepository,Neos\Flow\Tests\Functional\Persistence\Fixtures $dependency
return TestEntityRepository

$value1 protected property

protected string $value1
return string

$value2 protected property

protected string $value2
return string