PHP Класс AppserverIo\Appserver\Core\Api\Node\ListenerNode

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\ListenerNodeInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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