Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc.php

    r22963 r23126  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242        // 開始時刻を設定する。 
     
    6161     * ブロックファイルに応じて tpl_mainpage を設定する 
    6262     * 
    63      * @param string $bloc_file ブロックファイル名 
     63     * @param  string $bloc_file ブロックファイル名 
    6464     * @return void 
    6565     */ 
    66     function setTplMainpage($bloc_file) 
     66    public function setTplMainpage($bloc_file) 
    6767    { 
    6868        if (SC_Utils_Ex::isAbsoluteRealPath($bloc_file)) { 
     
    8080     * @return void 
    8181     */ 
    82     function __destruct() 
     82    public function __destruct() 
    8383    { 
    8484        // 親がリクエスト単位を意図した処理なので、断絶する。 
Note: See TracChangeset for help on using the changeset viewer.