PHP 클래스 Neos\Neos\EventLog\Domain\Repository\EventRepository

상속: extends Neos\Flow\Persistence\Doctrine\Repository
파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultOrderings array

공개 메소드들

메소드 설명
findRelevantEvents ( integer $offset, integer $limit ) : Neos\Flow\Persistence\QueryResultInterface Find all events which are "top-level", i.e. do not have a parent event.
findRelevantEventsByWorkspace ( integer $offset, integer $limit, string $workspaceName ) : Neos\Flow\Persistence\QueryResultInterface Find all events which are "top-level" and in a given workspace (or are not NodeEvents)
removeAll ( ) : void Remove all events without checking foreign keys. Needed for clearing the table during tests.

보호된 메소드들

메소드 설명
prepareRelevantEventsQuery ( ) : Query

메소드 상세

findRelevantEvents() 공개 메소드

Find all events which are "top-level", i.e. do not have a parent event.
public findRelevantEvents ( integer $offset, integer $limit ) : Neos\Flow\Persistence\QueryResultInterface
$offset integer
$limit integer
리턴 Neos\Flow\Persistence\QueryResultInterface

findRelevantEventsByWorkspace() 공개 메소드

Find all events which are "top-level" and in a given workspace (or are not NodeEvents)
public findRelevantEventsByWorkspace ( integer $offset, integer $limit, string $workspaceName ) : Neos\Flow\Persistence\QueryResultInterface
$offset integer
$limit integer
$workspaceName string
리턴 Neos\Flow\Persistence\QueryResultInterface

prepareRelevantEventsQuery() 보호된 메소드

protected prepareRelevantEventsQuery ( ) : Query
리턴 Neos\Flow\Persistence\Doctrine\Query

removeAll() 공개 메소드

Remove all events without checking foreign keys. Needed for clearing the table during tests.
public removeAll ( ) : void
리턴 void

프로퍼티 상세

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

protected array $defaultOrderings
리턴 array