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/api/LC_Page_Api_Json.php

    r22926 r23126  
    3939     * @return void 
    4040     */ 
    41     function init() 
     41    public function init() 
    4242    { 
    4343        parent::init(); 
     
    4949     * @return void 
    5050     */ 
    51     function process() 
     51    public function process() 
    5252    { 
    5353        $this->action(); 
     
    6060     * @return void 
    6161     */ 
    62     function action() 
     62    public function action() 
    6363    { 
    6464        $arrParam = $_REQUEST; 
Note: See TracChangeset for help on using the changeset viewer.