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

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

Protected Properties

Property Type Description
$entityWithIndexedRelation EntityWithIndexedRelation
$sorting string

Public Methods

Method Description
getEntityWithIndexedRelation ( ) : EntityWithIndexedRelation
getSorting ( ) : string
setEntityWithIndexedRelation ( EntityWithIndexedRelation $entityWithIndexedRelation )
setSorting ( string $sorting )

Method Details

getEntityWithIndexedRelation() public method

public getEntityWithIndexedRelation ( ) : EntityWithIndexedRelation
return EntityWithIndexedRelation

getSorting() public method

public getSorting ( ) : string
return string

setEntityWithIndexedRelation() public method

public setEntityWithIndexedRelation ( EntityWithIndexedRelation $entityWithIndexedRelation )
$entityWithIndexedRelation EntityWithIndexedRelation

setSorting() public method

public setSorting ( string $sorting )
$sorting string

Property Details

$entityWithIndexedRelation protected property

protected EntityWithIndexedRelation,Neos\Flow\Tests\Functional\Persistence\Fixtures $entityWithIndexedRelation
return EntityWithIndexedRelation

$sorting protected property

protected string $sorting
return string