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

    r22567 r22796  
    3131require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php'; 
    3232 
    33 class API_AddrFromZip extends SC_Api_Abstract_Ex  
    34 { 
     33class API_AddrFromZip extends SC_Api_Abstract_Ex { 
    3534 
    3635    protected $operation_name = 'AddrFromZip'; 
     
    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()) { 
     
    6058    } 
    6159 
    62     protected function lfInitParam(&$objFormParam) 
    63     { 
     60    protected function lfInitParam(&$objFormParam) { 
    6461        $objFormParam->addParam('郵便番号1', 'zip1', ZIP01_LEN, 'n', array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
    6562        $objFormParam->addParam('郵便番号2', 'zip2', ZIP02_LEN, 'n', array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
    6663    } 
    6764 
    68     public function getResponseGroupName() 
    69     { 
     65    public function getResponseGroupName() { 
    7066        return 'AddressResponse'; 
    7167    } 
Note: See TracChangeset for help on using the changeset viewer.