source:
closed/hackathon-pointonoff/templates/mobile_class.php
@
16127
| Revision 16127, 333 bytes checked in by nanasess, 19 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | <?php |
| 2 | /** |
| 3 | * モバイルページを初期化する. |
| 4 | * |
| 5 | * @return void |
| 6 | */ |
| 7 | function mobileInit() { |
| 8 | $this->init(); |
| 9 | } |
| 10 | |
| 11 | /** |
| 12 | * Page のプロセス(モバイル). |
| 13 | * |
| 14 | * @return void |
| 15 | */ |
| 16 | function mobileProcess() { |
| 17 | } |
| 18 | /* |
| 19 | * Local variables: |
| 20 | * coding: utf-8 |
| 21 | * End: |
| 22 | */ |
| 23 | ?> |
Note: See TracBrowser
for help on using the repository browser.
