- Timestamp:
- 2013/02/18 19:09:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/mypage/LC_Page_AbstractMypage.php
r22206 r22567 32 32 * @version $Id$ 33 33 */ 34 class LC_Page_AbstractMypage extends LC_Page_Ex { 34 class LC_Page_AbstractMypage extends LC_Page_Ex 35 { 35 36 36 37 // }}} … … 42 43 * @return void 43 44 */ 44 function init() { 45 function init() 46 { 45 47 parent::init(); 46 48 // mypage 共通 … … 55 57 * @return void 56 58 */ 57 function process() { 59 function process() 60 { 58 61 59 62 parent::process(); … … 103 106 * @return void 104 107 */ 105 function destroy() { 108 function destroy() 109 { 106 110 parent::destroy(); 107 111 }
Note: See TracChangeset
for help on using the changeset viewer.
