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

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

Protected Properties

Свойство Type Description
$event string The event the listner is bound to.
$priority string The listener's priority.
$type string The listener's class name.

Méthodes publiques

Méthode 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 méthode

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

getPriority() public méthode

Return's the listener priority.
public getPriority ( ) : string
Résultat string The listener priority

getType() public méthode

Return's the listener type.
public getType ( ) : string
Résultat string The listener type

Property Details

$event protected_oe property

The event the listner is bound to.
protected string $event
Résultat string

$priority protected_oe property

The listener's priority.
protected string $priority
Résultat string

$type protected_oe property

The listener's class name.
protected string $type
Résultat string