PHP 클래스 Neos\Neos\Tests\Functional\FlowQueryOperations\SortOperationTest

파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$context Neos\ContentRepository\Domain\Service\Context
$contextFactory Neos\ContentRepository\Domain\Service\ContextFactoryInterface
$nodeDataRepository Neos\ContentRepository\Domain\Repository\NodeDataRepository
$testablePersistenceEnabled boolean

공개 메소드들

메소드 설명
callWithoutArgumentsCausesException ( )
invalidSortDirectionCausesException ( )
setUp ( ) : void
sortByDateTimeAscending ( )
sortByDateTimeDescending ( )
sortByStringAscending ( )
sortByStringDescending ( )
tearDown ( ) : void

메소드 상세

callWithoutArgumentsCausesException() 공개 메소드

invalidSortDirectionCausesException() 공개 메소드

setUp() 공개 메소드

public setUp ( ) : void
리턴 void

sortByDateTimeAscending() 공개 메소드

sortByDateTimeDescending() 공개 메소드

sortByStringAscending() 공개 메소드

sortByStringDescending() 공개 메소드

tearDown() 공개 메소드

public tearDown ( ) : void
리턴 void

프로퍼티 상세

$context 보호되어 있는 프로퍼티

protected Context,Neos\ContentRepository\Domain\Service $context
리턴 Neos\ContentRepository\Domain\Service\Context

$contextFactory 보호되어 있는 프로퍼티

protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $contextFactory
리턴 Neos\ContentRepository\Domain\Service\ContextFactoryInterface

$nodeDataRepository 보호되어 있는 프로퍼티

protected NodeDataRepository,Neos\ContentRepository\Domain\Repository $nodeDataRepository
리턴 Neos\ContentRepository\Domain\Repository\NodeDataRepository

$testablePersistenceEnabled 보호되어 있는 정적으로 프로퍼티

protected static bool $testablePersistenceEnabled
리턴 boolean