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_extends/page_extends/error/LC_Page_Error_SystemError_Ex.php

    r22206 r22567  
    3535 * @version $Id$ 
    3636 */ 
    37 class LC_Page_Error_SystemError_Ex extends LC_Page_Error_SystemError { 
     37class LC_Page_Error_SystemError_Ex extends LC_Page_Error_SystemError  
     38{ 
    3839 
    3940    // }}} 
     
    4546     * @return void 
    4647     */ 
    47     function init() { 
     48    function init() 
     49    { 
    4850        parent::init(); 
    4951    } 
     
    5456     * @return void 
    5557     */ 
    56     function process() { 
     58    function process() 
     59    { 
    5760        parent::process(); 
    5861    } 
     
    6366     * @return void 
    6467     */ 
    65     function destroy() { 
     68    function destroy() 
     69    { 
    6670        parent::destroy(); 
    6771    } 
Note: See TracChangeset for help on using the changeset viewer.