Changeset 19331


Ignore:
Timestamp:
2010/11/07 01:25:00 (14 years ago)
Author:
kim
Message:

【開発合宿】 mobileProcessをLC_Pageにも追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/pages/LC_Page.php

    r19219 r19331  
    106106     */ 
    107107    function process() {} 
     108 
     109    /** 
     110     * Page のプロセス.(モバイル) 
     111     * 
     112     * @return void 
     113     */ 
     114    function mobileProcess() {} 
    108115 
    109116    /** 
Note: See TracChangeset for help on using the changeset viewer.