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

Inheritance: extends SuperEntity
Show file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$date DateTime
$parentEntity TestEntity

Public Methods

Method Description
getDate ( ) : DateTime
getParentEntity ( ) : TestEntity
setDate ( DateTime $date )
setParentEntity ( TestEntity $parentEntity ) : void

Method Details

getDate() public method

public getDate ( ) : DateTime
return DateTime

getParentEntity() public method

public getParentEntity ( ) : TestEntity
return TestEntity

setDate() public method

public setDate ( DateTime $date )
$date DateTime

setParentEntity() public method

public setParentEntity ( TestEntity $parentEntity ) : void
$parentEntity TestEntity
return void

Property Details

$date protected property

protected DateTime $date
return DateTime

$parentEntity protected property

protected TestEntity,Neos\Flow\Tests\Functional\Persistence\Fixtures $parentEntity
return TestEntity