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/rss/LC_Page_Rss.php

    r23057 r23126  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242        $this->skip_load_page_layout = true; 
     
    5252     * @return void 
    5353     */ 
    54     function process() 
     54    public function process() 
    5555    { 
    5656        $objView = new SC_SiteView_Ex(false); 
     
    8686     * @return array $arrNews 取得結果を配列で返す 
    8787     */ 
    88     function lfGetNews() 
     88    public function lfGetNews() 
    8989    { 
    9090        $objNews = new SC_Helper_News_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.