Ignore:
Timestamp:
2013/02/18 19:09:54 (11 years ago)
Author:
shutta
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.12.4)
Zend Framework PHP 標準コーディング規約のコーディングスタイルへ準拠。
classおよびfunctionの開始波括弧「{」のスタイルを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class_extends/page_extends/products/LC_Page_Products_Detail_Ex.php

    r22206 r22567  
    3434 * @version $Id$ 
    3535 */ 
    36 class LC_Page_Products_Detail_Ex extends LC_Page_Products_Detail { 
     36class LC_Page_Products_Detail_Ex extends LC_Page_Products_Detail  
     37{ 
    3738 
    3839    // }}} 
     
    4445     * @return void 
    4546     */ 
    46     function init() { 
     47    function init() 
     48    { 
    4749        parent::init(); 
    4850    } 
     
    5355     * @return void 
    5456     */ 
    55     function process() { 
     57    function process() 
     58    { 
    5659        parent::process(); 
    5760    } 
     
    6265     * @return void 
    6366     */ 
    64     function destroy() { 
     67    function destroy() 
     68    { 
    6569        parent::destroy(); 
    6670    } 
Note: See TracChangeset for help on using the changeset viewer.