Changeset 19028 for branches/camp/camp-2_5-E/data/class/pages/LC_Page.php
- Timestamp:
- 2010/11/06 21:15:46 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/pages/LC_Page.php
r18995 r19028 97 97 */ 98 98 function process() {} 99 100 /** 101 * Page のアクション. 102 * 103 * @return void 104 */ 105 function sendResponse() { 106 $this->objDisp->hoge($this); 107 } 99 108 100 109 /**
Note: See TracChangeset
for help on using the changeset viewer.
