Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/templates/templates.xml

    r22567 r22796  
    3232 * @version $$Id$$ 
    3333 */ 
    34 class LC_Page_XXX extends LC_Page_Ex 
    35 { 
     34class LC_Page_XXX extends LC_Page_Ex { 
    3635 
    3736    // }}} 
     
    4342     * @return void 
    4443     */ 
    45     function init() 
    46     { 
     44    function init() { 
    4745        parent::init(); 
    4846    } 
     
    5351     * @return void 
    5452     */ 
    55     function process() 
    56     { 
     53    function process() { 
    5754    } 
    5855 
     
    6259     * @return void 
    6360     */ 
    64     function destroy() 
    65     { 
     61    function destroy() { 
    6662        parent::destroy(); 
    6763    } 
     
    10399 * @version $$Id$$ 
    104100 */ 
    105 class LC_Page_XXX_Ex extends LC_Page_XXX 
    106 { 
     101class LC_Page_XXX_Ex extends LC_Page_XXX { 
    107102 
    108103    // }}} 
     
    114109     * @return void 
    115110     */ 
    116     function init() 
    117     { 
     111    function init() { 
    118112        parent::init(); 
    119113    } 
     
    124118     * @return void 
    125119     */ 
    126     function process() 
    127     { 
     120    function process() { 
    128121        parent::process(); 
    129122    } 
     
    134127     * @return void 
    135128     */ 
    136     function destroy() 
    137     { 
     129    function destroy() { 
    138130        parent::destroy(); 
    139131    } 
Note: See TracChangeset for help on using the changeset viewer.