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/frontparts/bloc/LC_Page_FrontParts_Bloc_Recommend.php

    r22564 r22567  
    3232 * @version $Id: LC_Page_FrontParts_Bloc_Best5 - Copy.php -1   $ 
    3333 */ 
    34 class LC_Page_FrontParts_Bloc_Recommend extends LC_Page_FrontParts_Bloc_Ex { 
     34class LC_Page_FrontParts_Bloc_Recommend extends LC_Page_FrontParts_Bloc_Ex  
     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() { 
     55    function process() 
     56    { 
    5457        $this->action(); 
    5558        $this->sendResponse(); 
     
    6164     * @return void 
    6265     */ 
    63     function action() { 
     66    function action() 
     67    { 
    6468 
    6569        // 基本情報を渡す 
     
    7882     * @return void 
    7983     */ 
    80     function destroy() { 
     84    function destroy() 
     85    { 
    8186        parent::destroy(); 
    8287    } 
     
    8792     * @return array $arrBestProducts 検索結果配列 
    8893     */ 
    89     function lfGetRanking() { 
     94    function lfGetRanking() 
     95    { 
    9096        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
    9197        $objProduct = new SC_Product_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.