PHP Класс Jackalope\Observation\ObservationManager
Jackalope does not implement event listeners because we would need to poll Jackrabbit on
a regular basis to check if an event occurred but there is nothing like threads in PHP.
Показать файл
Открыть проект
Защищенные свойства (Protected)
Свойство |
Тип |
Описание |
|
$factory |
Jackalope\FactoryInterface |
|
|
$session |
PHPCR\SessionInterface |
|
|
$transport |
Jackalope\Transport\ObservationInterface |
|
|
Открытые методы
Описание методов
__construct()
публичный Метод
public __construct ( Jackalope\FactoryInterface $factory, PHPCR\SessionInterface $session, Jackalope\Transport\ObservationInterface $transport ) |
$factory |
Jackalope\FactoryInterface |
|
$session |
PHPCR\SessionInterface |
|
$transport |
Jackalope\Transport\ObservationInterface |
|
addEventListener()
публичный Метод
public addEventListener ( PHPCR\Observation\EventListenerInterface $listener, PHPCR\Observation\EventFilterInterface $filter ) |
$listener |
PHPCR\Observation\EventListenerInterface |
|
$filter |
PHPCR\Observation\EventFilterInterface |
|
createEventFilter()
публичный Метод
getEventJournal()
публичный Метод
public getEventJournal ( PHPCR\Observation\EventFilterInterface $filter ) |
$filter |
PHPCR\Observation\EventFilterInterface |
|
getIterator()
публичный Метод
getRegisteredEventListeners()
публичный Метод
removeEventListener()
публичный Метод
public removeEventListener ( PHPCR\Observation\EventListenerInterface $listener ) |
$listener |
PHPCR\Observation\EventListenerInterface |
|
setUserData()
публичный Метод
Описание свойств
$factory защищенное свойство
protected FactoryInterface,Jackalope $factory |
Результат |
Jackalope\FactoryInterface |
|
$session защищенное свойство
protected SessionInterface,PHPCR $session |
Результат |
PHPCR\SessionInterface |
|
$transport защищенное свойство
protected ObservationInterface,Jackalope\Transport $transport |
Результат |
Jackalope\Transport\ObservationInterface |
|