Crummy\Phlack\Common\Iterocitor::important PHP Method

important() protected method

protected important ( string $where, string $text ) : Reply
$where string
$text string
return Crummy\Phlack\WebHook\Reply\Reply
    protected function important($where, $text)
    {
        return $this->say($this->sequencer->alert($where) . ' ' . $text);
    }