PHP Class Neos\Neos\EventLog\Domain\Repository\EventRepository

Inheritance: extends Neos\Flow\Persistence\Doctrine\Repository
Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$defaultOrderings array

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
prepareRelevantEventsQuery ( ) : Query

Method Details

findRelevantEvents() public méthode

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
Résultat Neos\Flow\Persistence\QueryResultInterface

findRelevantEventsByWorkspace() public méthode

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
Résultat Neos\Flow\Persistence\QueryResultInterface

prepareRelevantEventsQuery() protected méthode

protected prepareRelevantEventsQuery ( ) : Query
Résultat Neos\Flow\Persistence\Doctrine\Query

removeAll() public méthode

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

Property Details

$defaultOrderings protected_oe property

protected array $defaultOrderings
Résultat array