Skip to content

format output

Inhere edited this page Jan 10, 2019 · 2 revisions

格式化的输出

标题文本输出

使用 Show::title()/$output->title()

public static function title(string $title, array $opts = [])

段落式文本输出

使用 Show::section()/$output->section()

public static function section(string $title, string|array $body, array $opts = [])