PHP 클래스 AppserverIo\Appserver\Core\Api\Node\ListenerNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\ListenerNodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$event string The event the listner is bound to.
$priority string The listener's priority.
$type string The listener's class name.

공개 메소드들

메소드 설명
getEvent ( ) : string Return's the event the listener is bound to.
getPriority ( ) : string Return's the listener priority.
getType ( ) : string Return's the listener type.

메소드 상세

getEvent() 공개 메소드

Return's the event the listener is bound to.
public getEvent ( ) : string
리턴 string The unique class loader name

getPriority() 공개 메소드

Return's the listener priority.
public getPriority ( ) : string
리턴 string The listener priority

getType() 공개 메소드

Return's the listener type.
public getType ( ) : string
리턴 string The listener type

프로퍼티 상세

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

The event the listner is bound to.
protected string $event
리턴 string

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

The listener's priority.
protected string $priority
리턴 string

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

The listener's class name.
protected string $type
리턴 string