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