Changeset 22963
- Timestamp:
- 2013/07/16 09:28:02 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc.php
r22856 r22963 73 73 74 74 $this->setTemplate($this->tpl_mainpage); 75 // $debug_message = 'block:' . $this->tpl_mainpage . "\n"; 76 // GC_Utils_Ex::gfDebugLog($debug_message); 75 } 76 77 /** 78 * デストラクタ 79 * 80 * @return void 81 */ 82 function __destruct() 83 { 84 // 親がリクエスト単位を意図した処理なので、断絶する。 77 85 } 78 86 }
Note: See TracChangeset
for help on using the changeset viewer.