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/ItemLookup.php

    r22567 r22796  
    3131require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php'; 
    3232 
    33 class API_ItemLookup extends SC_Api_Abstract_Ex  
    34 { 
     33class API_ItemLookup extends SC_Api_Abstract_Ex { 
    3534 
    3635    protected $operation_name = 'ItemLookup'; 
     
    4140    protected $default_sub_data = ''; 
    4241 
    43     public function doAction($arrParam) 
    44     { 
     42    public function doAction($arrParam) { 
    4543        $arrRequest = $this->doInitParam($arrParam); 
    4644        if (!$this->isParamError()) { 
     
    7775    } 
    7876 
    79     protected function checkErrorExtended($arrParam) 
    80     { 
     77    protected function checkErrorExtended($arrParam) { 
    8178        switch ($arrParam['IdType']) { 
    8279        case 'product_code': 
     
    9289    } 
    9390 
    94     protected function lfInitParam(&$objFormParam) 
    95     { 
     91    protected function lfInitParam(&$objFormParam) { 
    9692        $objFormParam->addParam('商品コンディション', 'Condition', STEXT_LEN, 'a', array('ALNUM_CHECK', 'MAX_LENGTH_CHECK')); 
    9793        $objFormParam->addParam('商品ID種別', 'IdType', STEXT_LEN, 'a', array('GRAPH_CHECK', 'MAX_LENGTH_CHECK')); 
     
    106102    } 
    107103 
    108     public function getResponseGroupName() 
    109     { 
     104    public function getResponseGroupName() { 
    110105        return 'Item'; 
    111106    } 
Note: See TracChangeset for help on using the changeset viewer.