PHP Interface Crummy\Phlack\Bot\Mainframe\Adapter\AdapterInterface

Afficher le fichier Open project: mcrumm/phlack

Méthodes publiques

Méthode Description
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

Method Details

attach() public méthode

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
Résultat self

getConverter() public méthode

public getConverter ( ) : Crummy\Phlack\WebHook\Converter\ConverterInterface
Résultat Crummy\Phlack\WebHook\Converter\ConverterInterface

setMainframe() public méthode

public setMainframe ( Mainframe $mainframe ) : self
$mainframe Crummy\Phlack\Bot\Mainframe\Mainframe
Résultat self