Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/api/LC_Page_Api_Xml.php

    r22567 r22796  
    3333 * @version $Id$ 
    3434 */ 
    35 class LC_Page_Api_Xml extends LC_Page_Ex  
    36 { 
     35class LC_Page_Api_Xml extends LC_Page_Ex { 
    3736 
    3837    // }}} 
     
    4443     * @return void 
    4544     */ 
    46     function init() 
    47     { 
     45    function init() { 
    4846        parent::init(); 
    4947    } 
     
    5452     * @return void 
    5553     */ 
    56     function process() 
    57     { 
     54    function process() { 
    5855        $this->action(); 
    5956//        $this->sendResponse(); 
     
    6562     * @return void 
    6663     */ 
    67     function action() 
    68     { 
     64    function action() { 
    6965        $arrParam = $_REQUEST; 
    7066 
     
    7975     * @return void 
    8076     */ 
    81     function destroy() 
    82     { 
     77    function destroy() { 
    8378        parent::destroy(); 
    8479    } 
Note: See TracChangeset for help on using the changeset viewer.