Crummy\Phlack\Common\Formatter\Sequencer::alert PHP 메소드

alert() 공개 정적인 메소드

public static alert ( string $channel ) : string
$channel string
리턴 string
    public static function alert($channel)
    {
        return self::sequence('!' . $channel);
    }