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

    r22567 r22796  
    3131require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php'; 
    3232 
    33 class API_GetVersion extends SC_Api_Abstract_Ex  
    34 { 
     33class API_GetVersion extends SC_Api_Abstract_Ex { 
    3534 
    3635    protected $operation_name = 'GetVersion'; 
     
    4140    protected $default_sub_data = ''; 
    4241 
    43     public function doAction($arrParam) 
    44     { 
     42    public function doAction($arrParam) { 
    4543        $this->arrResponse = array( 
    4644            'Version' => ECCUBE_VERSION); 
     
    4846    } 
    4947 
    50     public function getRequestValidate() 
    51     { 
     48    public function getRequestValidate() { 
    5249        return; 
    5350    } 
    5451 
    55     protected function lfInitParam(&$objFormParam) 
    56     { 
     52    protected function lfInitParam(&$objFormParam) { 
    5753    } 
    5854 
    59     public function getResponseGroupName() 
    60     { 
     55    public function getResponseGroupName() { 
    6156        return 'VersionResponse'; 
    6257    } 
Note: See TracChangeset for help on using the changeset viewer.