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.
파일 보기
프로젝트 열기: jackalope/jackalope
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
$factory |
Jackalope\FactoryInterface |
|
|
$session |
PHPCR\SessionInterface |
|
|
$transport |
Jackalope\Transport\ObservationInterface |
|
|
공개 메소드들
메소드 상세
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()
공개 메소드
public getEventJournal ( PHPCR\Observation\EventFilterInterface $filter ) |
$filter |
PHPCR\Observation\EventFilterInterface |
|
getRegisteredEventListeners()
공개 메소드
removeEventListener()
공개 메소드
public removeEventListener ( PHPCR\Observation\EventListenerInterface $listener ) |
$listener |
PHPCR\Observation\EventListenerInterface |
|
프로퍼티 상세
protected FactoryInterface,Jackalope $factory |
리턴 |
Jackalope\FactoryInterface |
|
protected SessionInterface,PHPCR $session |
리턴 |
PHPCR\SessionInterface |
|
protected ObservationInterface,Jackalope\Transport $transport |
리턴 |
Jackalope\Transport\ObservationInterface |
|