PHP 클래스 Goetas\Twital\EventSubscriber\CustomNamespaceRawSubscriber

저자: Asmir Mustafic ([email protected])
상속: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
파일 보기 프로젝트 열기: goetas/twital

보호된 프로퍼티들

프로퍼티 타입 설명
$customNamespaces array

공개 메소드들

메소드 설명
__construct ( array $customNamespaces )
addCustomNamespace ( SourceEvent $event )
getSubscribedEvents ( )
removeCustomNamespaces ( SourceEvent $event )

메소드 상세

__construct() 공개 메소드

public __construct ( array $customNamespaces )
$customNamespaces array

addCustomNamespace() 공개 메소드

public addCustomNamespace ( SourceEvent $event )
$event Goetas\Twital\EventDispatcher\SourceEvent

getSubscribedEvents() 공개 정적인 메소드

public static getSubscribedEvents ( )

removeCustomNamespaces() 공개 메소드

public removeCustomNamespaces ( SourceEvent $event )
$event Goetas\Twital\EventDispatcher\SourceEvent

프로퍼티 상세

$customNamespaces 보호되어 있는 프로퍼티

protected array $customNamespaces
리턴 array