| 1 | <?php |
||
| 13 | class DocsController extends Controller |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Create a new docs controller instance. |
||
| 17 | */ |
||
| 18 | public function __construct() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * topアクション. |
||
| 24 | * |
||
| 25 | * @return view docs/docs_topテンプレート |
||
| 26 | * assign:$parseMarkdown readmeファイルをパースさせた内容 |
||
| 27 | */ |
||
| 28 | public function topAction() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * screenListアクション. |
||
| 38 | * |
||
| 39 | * @return view docs/docs_topテンプレート |
||
| 40 | * assign:$parseMarkdown readmeファイルをパースさせた内容 |
||
| 41 | */ |
||
| 42 | public function screenListAction() |
||
| 49 | } |
||
| 50 |