AppserverIo\Appserver\Core\Api\Node\ListenerNode::getEvent PHP Méthode

getEvent() public méthode

Return's the event the listener is bound to.
public getEvent ( ) : string
Résultat string The unique class loader name
    public function getEvent()
    {
        return $this->event;
    }