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/pages/upgrade/LC_Page_Upgrade_ProductsList.php

    r22206 r22567  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_Upgrade_ProductsList extends LC_Page_Upgrade_Base { 
     34class LC_Page_Upgrade_ProductsList extends LC_Page_Upgrade_Base  
     35{ 
    3536 
    3637    // }}} 
     
    4243     * @return void 
    4344     */ 
    44     function init() { 
     45    function init() 
     46    { 
    4547        parent::init(); 
    4648    } 
     
    5153     * @return void 
    5254     */ 
    53     function process($mode) { 
     55    function process($mode) 
     56    { 
    5457        $objLog  = new LC_Upgrade_Helper_Log; 
    5558        $objJson = new LC_Upgrade_Helper_Json; 
     
    157160     * @return void 
    158161     */ 
    159     function destroy() { 
     162    function destroy() 
     163    { 
    160164        parent::destroy(); 
    161165    } 
Note: See TracChangeset for help on using the changeset viewer.