Changeset 22567 for branches/version-2_12-dev/data/class/pages/abouts
- Timestamp:
- 2013/02/18 19:09:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/abouts/LC_Page_Abouts.php
r22206 r22567 32 32 * @version $Id:LC_Page_Abouts.php 15532 2007-08-31 14:39:46Z nanasess $ 33 33 */ 34 class LC_Page_Abouts extends LC_Page_Ex { 34 class LC_Page_Abouts 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 $this->tpl_page_category = 'abouts'; … … 55 57 * @return void 56 58 */ 57 function process() { 59 function process() 60 { 58 61 parent::process(); 59 62 $this->action(); … … 66 69 * @return void 67 70 */ 68 function action() { 71 function action() 72 { 69 73 70 74 $this->objSiteInfo->data = SC_Helper_DB_Ex::sfGetBasisData(); … … 81 85 * @return void 82 86 */ 83 function destroy() { 87 function destroy() 88 { 84 89 parent::destroy(); 85 90 }
Note: See TracChangeset
for help on using the changeset viewer.
