AppserverIo\Appserver\Core\Api\Node\ListenerNode::getPriority PHP Method

getPriority() public method

Return's the listener priority.
public getPriority ( ) : string
return string The listener priority
    public function getPriority()
    {
        return $this->priority;
    }