Crummy\Phlack\Common\Iterocitor::important PHP Метод

important() защищенный Метод

protected important ( string $where, string $text ) : Reply
$where string
$text string
Результат Crummy\Phlack\WebHook\Reply\Reply
    protected function important($where, $text)
    {
        return $this->say($this->sequencer->alert($where) . ' ' . $text);
    }