Inheritance: implements Crummy\Phlack\Common\Executable
Beispiel #1
0
 /**
  * @param BotInterface              $bot
  * @param MatcherInterface|callable $matcher
  * @param int                       $priority
  *
  * @return self
  */
 public function attach(BotInterface $bot, $matcher = null, $priority = 0)
 {
     $this->mainframe->attach($bot, $matcher, $priority);
     return $this;
 }