PHP Class AppserverIo\Appserver\Core\Api\Node\ListenerNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\ListenerNodeInterface
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$event string The event the listner is bound to.
$priority string The listener's priority.
$type string The listener's class name.

Public Methods

Method Description
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.

Method Details

getEvent() public method

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

getPriority() public method

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

getType() public method

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

Property Details

$event protected property

The event the listner is bound to.
protected string $event
return string

$priority protected property

The listener's priority.
protected string $priority
return string

$type protected property

The listener's class name.
protected string $type
return string