Ignore:
Timestamp:
2012/02/15 12:52:25 (14 years ago)
Author:
Seasoft
Message:

#1625 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/plugin/SC_Plugin_TemplateSelector.php

    r21500 r21509  
    4949    } 
    5050 
    51  
    5251    /** 
    5352     * 見つかった要素をプロパティに登録 
     
    9190    } 
    9291 
    93  
    9492    /** 
    9593     * 要素の前にHTMLを挿入 
     
    104102        return $this; 
    105103    } 
    106      
    107104 
    108105    /** 
     
    131128        return $this; 
    132129    } 
    133      
    134      
     130 
    135131    /** 
    136132     * 要素を指定したHTMLに置換 
     
    145141        return $this; 
    146142    } 
    147      
    148      
     143 
    149144    /** 
    150145     * findで見つかったエレメントの数を返す 
     
    155150        return count($this->arrElements); 
    156151    } 
    157      
    158  
    159  
    160152} 
    161  
    162 ?> 
Note: See TracChangeset for help on using the changeset viewer.