Phergie_Ui_Abstract::onEvent PHP Метод

onEvent() публичный Метод

Handler for when the bot receives an IRC event.
public onEvent ( Phergie_Event_Abstract $event, Phergie_Connection $connection ) : void
$event Phergie_Event_Abstract Received event
$connection Phergie_Connection Connection on which the event was received
Результат void
    public function onEvent(Phergie_Event_Abstract $event, Phergie_Connection $connection)
    {
    }