PHP 인터페이스 Crummy\Phlack\Bot\Mainframe\Adapter\AdapterInterface

파일 보기 프로젝트 열기: mcrumm/phlack

공개 메소드들

메소드 설명
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