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/SC_SiteView.php

    r22206 r22567  
    2222 */ 
    2323 
    24 class SC_SiteView extends SC_View_Ex { 
    25     function __construct($setPrevURL = true) { 
     24class SC_SiteView extends SC_View_Ex  
     25{ 
     26    function __construct($setPrevURL = true) 
     27    { 
    2628        parent::__construct(); 
    2729 
     
    3133    } 
    3234 
    33     function init() { 
     35    function init() 
     36    { 
    3437        parent::init(); 
    3538 
     
    4043    } 
    4144 
    42     function setPrevURL() { 
     45    function setPrevURL() 
     46    { 
    4347            $objCartSess = new SC_CartSession_Ex(); 
    4448            $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 
Note: See TracChangeset for help on using the changeset viewer.