Ignore:
Timestamp:
2010/11/06 21:15:46 (16 years ago)
Author:
Yammy
Message:

sendResponse() を LC_Page クラス内にて定義

File:
1 edited

Legend:

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

    r18995 r19028  
    9797     */ 
    9898    function process() {} 
     99 
     100    /** 
     101     * Page のアクション. 
     102     * 
     103     * @return void 
     104     */ 
     105    function sendResponse() { 
     106        $this->objDisp->hoge($this); 
     107    } 
    99108 
    100109    /** 
Note: See TracChangeset for help on using the changeset viewer.