PHP Класс Phergie_Plugin_Quit, phergie

Автор: Phergie Development Team ([email protected])
Наследование: extends Phergie_Plugin_Abstract
Показать файл Открыть проект

Открытые методы

Метод Описание
onCommandQuit ( string $message = null ) : void Issues a quit command when a message is received requesting that the bot terminate the current connection.
onLoad ( ) : void Checks for dependencies.

Описание методов

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

Issues a quit command when a message is received requesting that the bot terminate the current connection.
public onCommandQuit ( string $message = null ) : void
$message string Optional message to emit when quitting
Результат void

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

Checks for dependencies.
public onLoad ( ) : void
Результат void