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/templates/mobile_class.php

    r20116 r22567  
    55     * @return void 
    66     */ 
    7     function mobileInit() { 
     7    function mobileInit() 
     8    { 
    89        $this->init(); 
    910    } 
     
    1415     * @return void 
    1516     */ 
    16     function mobileProcess() { 
     17    function mobileProcess() 
     18    { 
    1719    } 
    1820/* 
Note: See TracChangeset for help on using the changeset viewer.