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