Method | Description | |
---|---|---|
__construct ( Jackalope\FactoryInterface $factory, PHPCR\SessionInterface $session ) | ||
getAbsPath ( ) | {@inheritDoc} | |
getEventTypes ( ) | {@inheritDoc} | |
getIdentifiers ( ) | {@inheritDoc} | |
getIsDeep ( ) | {@inheritDoc} | |
getNoLocal ( ) | {@inheritDoc} | |
getNodeTypes ( ) | {@inheritDoc} | |
match ( PHPCR\Observation\EventInterface $event ) | {@inheritDoc} | |
setAbsPath ( $absPath ) | {@inheritDoc} | |
setEventTypes ( $eventTypes ) | {@inheritDoc} | |
setIdentifiers ( array $identifiers ) | {@inheritDoc} | |
setIsDeep ( $isDeep ) | {@inheritDoc} | |
setNoLocal ( $noLocal ) | {@inheritDoc} | |
setNodeTypes ( array $nodeTypes ) | {@inheritDoc} |
Method | Description | |
---|---|---|
skipByIdentifiers ( PHPCR\Observation\EventInterface $event ) : boolean | ||
skipByNodeTypes ( PHPCR\Observation\EventInterface $event ) : boolean | ||
skipByPath ( PHPCR\Observation\EventInterface $event ) : boolean | ||
skipByType ( PHPCR\Observation\EventInterface $event ) : boolean | Bitwise and on the event type |
public __construct ( Jackalope\FactoryInterface $factory, PHPCR\SessionInterface $session ) | ||
$factory | Jackalope\FactoryInterface | |
$session | PHPCR\SessionInterface |
public match ( PHPCR\Observation\EventInterface $event ) | ||
$event | PHPCR\Observation\EventInterface |
public setIdentifiers ( array $identifiers ) | ||
$identifiers | array |
public setNodeTypes ( array $nodeTypes ) | ||
$nodeTypes | array |