PHP 클래스 Jackalope\Observation\EventFilter

저자: Daniel Barsotti
저자: David Buchmann
상속: implements PHPCR\Observation\EventFilterInterface
파일 보기 프로젝트 열기: jackalope/jackalope 1 사용 예제들

공개 메소드들

메소드 설명
__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}

비공개 메소드들

메소드 설명
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

메소드 상세

__construct() 공개 메소드

public __construct ( Jackalope\FactoryInterface $factory, PHPCR\SessionInterface $session )
$factory Jackalope\FactoryInterface
$session PHPCR\SessionInterface

getAbsPath() 공개 메소드

{@inheritDoc}
public getAbsPath ( )

getEventTypes() 공개 메소드

{@inheritDoc}
public getEventTypes ( )

getIdentifiers() 공개 메소드

{@inheritDoc}
public getIdentifiers ( )

getIsDeep() 공개 메소드

{@inheritDoc}
public getIsDeep ( )

getNoLocal() 공개 메소드

{@inheritDoc}
public getNoLocal ( )

getNodeTypes() 공개 메소드

{@inheritDoc}
public getNodeTypes ( )

match() 공개 메소드

{@inheritDoc}
public match ( PHPCR\Observation\EventInterface $event )
$event PHPCR\Observation\EventInterface

setAbsPath() 공개 메소드

{@inheritDoc}
public setAbsPath ( $absPath )

setEventTypes() 공개 메소드

{@inheritDoc}
public setEventTypes ( $eventTypes )

setIdentifiers() 공개 메소드

{@inheritDoc}
public setIdentifiers ( array $identifiers )
$identifiers array

setIsDeep() 공개 메소드

{@inheritDoc}
public setIsDeep ( $isDeep )

setNoLocal() 공개 메소드

{@inheritDoc}
public setNoLocal ( $noLocal )

setNodeTypes() 공개 메소드

{@inheritDoc}
public setNodeTypes ( array $nodeTypes )
$nodeTypes array