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

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

Protected Properties

Свойство Type Description
$entityWithIndexedRelation EntityWithIndexedRelation
$sorting string

Méthodes publiques

Méthode Description
getEntityWithIndexedRelation ( ) : EntityWithIndexedRelation
getSorting ( ) : string
setEntityWithIndexedRelation ( EntityWithIndexedRelation $entityWithIndexedRelation )
setSorting ( string $sorting )

Method Details

getEntityWithIndexedRelation() public méthode

public getEntityWithIndexedRelation ( ) : EntityWithIndexedRelation
Résultat EntityWithIndexedRelation

getSorting() public méthode

public getSorting ( ) : string
Résultat string

setEntityWithIndexedRelation() public méthode

public setEntityWithIndexedRelation ( EntityWithIndexedRelation $entityWithIndexedRelation )
$entityWithIndexedRelation EntityWithIndexedRelation

setSorting() public méthode

public setSorting ( string $sorting )
$sorting string

Property Details

$entityWithIndexedRelation protected_oe property

protected EntityWithIndexedRelation,Neos\Flow\Tests\Functional\Persistence\Fixtures $entityWithIndexedRelation
Résultat EntityWithIndexedRelation

$sorting protected_oe property

protected string $sorting
Résultat string