Jackalope\Observation\ObservationManager::getEventJournal PHP Method

getEventJournal() public method

{@inheritDoc}
public getEventJournal ( PHPCR\Observation\EventFilterInterface $filter )
$filter PHPCR\Observation\EventFilterInterface
    public function getEventJournal(EventFilterInterface $filter)
    {
        return $this->factory->get('Observation\\EventJournal', array($filter, $this->session, $this->transport));
    }