Ignore:
Timestamp:
2013/02/18 19:09:54 (13 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_AdminView.php

    r22206 r22567  
    2222 */ 
    2323 
    24 class SC_AdminView extends SC_View_Ex { 
    25     function __construct() { 
     24class SC_AdminView extends SC_View_Ex 
     25{ 
     26    function __construct() 
     27    { 
    2628        parent::__construct(); 
    2729    } 
    2830 
    29     function init() { 
     31    function init() 
     32    { 
    3033        parent::init(); 
    3134 
Note: See TracChangeset for help on using the changeset viewer.