PHP 클래스 Neos\Flow\Tests\Functional\Persistence\Fixtures\RelatedIndexEntity

파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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