PHP Интерфейс Crummy\Phlack\Bot\Mainframe\Adapter\AdapterInterface

Показать файл Открыть проект

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

Метод Описание
attach ( Crummy\Phlack\Bot\BotInterface $bot, Crummy\Phlack\Common\Matcher\MatcherInterface | callable $matcher = null, integer $priority ) : self
getConverter ( ) : Crummy\Phlack\WebHook\Converter\ConverterInterface
setMainframe ( Mainframe $mainframe ) : self

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

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

public attach ( Crummy\Phlack\Bot\BotInterface $bot, Crummy\Phlack\Common\Matcher\MatcherInterface | callable $matcher = null, integer $priority ) : self
$bot Crummy\Phlack\Bot\BotInterface
$matcher Crummy\Phlack\Common\Matcher\MatcherInterface | callable
$priority integer
Результат self

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

public getConverter ( ) : Crummy\Phlack\WebHook\Converter\ConverterInterface
Результат Crummy\Phlack\WebHook\Converter\ConverterInterface

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

public setMainframe ( Mainframe $mainframe ) : self
$mainframe Crummy\Phlack\Bot\Mainframe\Mainframe
Результат self