Ignore:
Timestamp:
2012/02/24 17:18:18 (14 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

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

    r21546 r21552  
    2727 
    2828    var $_smarty; 
    29      
     29 
    3030    var $objPage; 
    3131 
     
    101101        return $res; 
    102102    } 
    103      
     103 
    104104    /** 
    105105     * Pageオブジェクトをセットします. 
     
    110110       $this->objPage = $objPage; 
    111111    } 
    112      
     112 
    113113    /** 
    114114     * Smartyのfilterをセットします.  
     
    119119        $this->_smarty->register_outputfilter(array(&$this, 'outputfilter_transforme')); 
    120120    } 
    121      
     121 
    122122    /** 
    123123     * prefilter用のフィルタ関数。プラグイン用のフックポイント処理を実行 
     
    145145        return $source; 
    146146    } 
    147      
     147 
    148148    // テンプレートの処理結果を表示 
    149149    function display($template, $no_error = false) { 
Note: See TracChangeset for help on using the changeset viewer.