リビジョン c69e6898 app/Controller/TopController.php
| app/Controller/TopController.php | ||
|---|---|---|
| 41 | 41 |
|
| 42 | 42 |
/** |
| 43 | 43 |
* index |
| 44 |
* |
|
| 45 |
* @return void |
|
| 46 |
* @throws NotFoundException When the view file could not be found |
|
| 47 |
* or MissingViewException in debug mode. |
|
| 48 | 44 |
*/ |
| 49 | 45 |
public function index() {
|
| 50 | 46 |
} |
| 47 |
/** |
|
| 48 |
* privacy_policy |
|
| 49 |
*/ |
|
| 50 |
public function privacy_policy() {
|
|
| 51 |
} |
|
| 52 |
/** |
|
| 53 |
* kiyaku |
|
| 54 |
*/ |
|
| 55 |
public function kiyaku() {
|
|
| 56 |
} |
|
| 57 |
/** |
|
| 58 |
* about |
|
| 59 |
*/ |
|
| 60 |
public function about() {
|
|
| 61 |
} |
|
| 62 |
/** |
|
| 63 |
* company |
|
| 64 |
*/ |
|
| 65 |
public function company() {
|
|
| 66 |
} |
|
| 67 |
/** |
|
| 68 |
* contact |
|
| 69 |
*/ |
|
| 70 |
public function contact() {
|
|
| 71 |
} |
|
| 51 | 72 |
} |
他の形式にエクスポート: Unified diff