Property | Type | Description | |
---|---|---|---|
$currentMillis | integer | SkipTo timestamp for next fetch. Either manually set or next page. | |
$events | ArrayIterato\ArrayIterator | Buffered events | |
$factory | Jackalope\FactoryInterface | ||
$filter | |||
$session | PHPCR\SessionInterface | ||
$transport | Jackalope\Transport\ObservationInterface | ||
$workspaceRootUri | string | The prefix to extract the path from the event href attribute |
Method | Description | |
---|---|---|
__construct ( Jackalope\FactoryInterface $factory, |
Prepare a new EventJournal. | |
current ( ) | ||
key ( ) | ||
next ( ) | ||
rewind ( ) | ||
seek ( $position ) | ||
skipTo ( $date ) | {@inheritDoc} | |
valid ( ) |
Method | Description | |
---|---|---|
fetchJournal ( ) |
public __construct ( Jackalope\FactoryInterface $factory, |
||
$factory | Jackalope\FactoryInterface | |
$filter | filter to give the transport and apply locally. | |
$session | PHPCR\SessionInterface | |
$transport | Jackalope\Transport\ObservationInterface | a transport implementing the observation methods. |
protected int $currentMillis | ||
return | integer |
protected ArrayIterator,ArrayIterato $events | ||
return | ArrayIterato\ArrayIterator |
protected FactoryInterface,Jackalope $factory | ||
return | Jackalope\FactoryInterface |
protected ObservationInterface,Jackalope\Transport $transport | ||
return | Jackalope\Transport\ObservationInterface |
protected string $workspaceRootUri | ||
return | string |