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

    r22206 r22567  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_FrontParts_Bloc extends LC_Page_Ex { 
     34class LC_Page_FrontParts_Bloc extends LC_Page_Ex  
     35{ 
    3536 
    3637    /** 
     
    3940     * @return void 
    4041     */ 
    41     function init() { 
     42    function init() 
     43    { 
    4244        // 開始時刻を設定する。 
    4345        $this->timeStart = microtime(true); 
     
    6466     * @return void 
    6567     */ 
    66     function setTplMainpage($bloc_file) { 
     68    function setTplMainpage($bloc_file) 
     69    { 
    6770        if (SC_Utils_Ex::isAbsoluteRealPath($bloc_file)) { 
    6871            $this->tpl_mainpage = $bloc_file; 
Note: See TracChangeset for help on using the changeset viewer.