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

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

Protected Properties

Property Type Description
$name string
$relatedEntity TestEntity

Public Methods

Method Description
getName ( ) : string
getRelatedEntity ( ) : TestEntity
setName ( string $name ) : void
setRelatedEntity ( TestEntity $relatedEntity ) : void

Method Details

getName() public method

public getName ( ) : string
return string

getRelatedEntity() public method

public getRelatedEntity ( ) : TestEntity
return TestEntity

setName() public method

public setName ( string $name ) : void
$name string
return void

setRelatedEntity() public method

public setRelatedEntity ( TestEntity $relatedEntity ) : void
$relatedEntity TestEntity
return void

Property Details

$name protected property

protected string $name
return string

$relatedEntity protected property

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