PHP Класс Neos\Flow\Tests\Functional\Persistence\Fixtures\RelatedIndexEntity

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$entityWithIndexedRelation EntityWithIndexedRelation
$sorting string

Открытые методы

Метод Описание
getEntityWithIndexedRelation ( ) : EntityWithIndexedRelation
getSorting ( ) : string
setEntityWithIndexedRelation ( EntityWithIndexedRelation $entityWithIndexedRelation )
setSorting ( string $sorting )

Описание методов

getEntityWithIndexedRelation() публичный Метод

public getEntityWithIndexedRelation ( ) : EntityWithIndexedRelation
Результат EntityWithIndexedRelation

getSorting() публичный Метод

public getSorting ( ) : string
Результат string

setEntityWithIndexedRelation() публичный Метод

public setEntityWithIndexedRelation ( EntityWithIndexedRelation $entityWithIndexedRelation )
$entityWithIndexedRelation EntityWithIndexedRelation

setSorting() публичный Метод

public setSorting ( string $sorting )
$sorting string

Описание свойств

$entityWithIndexedRelation защищенное свойство

protected EntityWithIndexedRelation,Neos\Flow\Tests\Functional\Persistence\Fixtures $entityWithIndexedRelation
Результат EntityWithIndexedRelation

$sorting защищенное свойство

protected string $sorting
Результат string