- Timestamp:
- 2013/02/18 19:09:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/api/operations/BrowseNodeLookup.php
r22206 r22567 31 31 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php'; 32 32 33 class API_BrowseNodeLookup extends SC_Api_Abstract_Ex { 33 class API_BrowseNodeLookup extends SC_Api_Abstract_Ex 34 { 34 35 35 36 protected $operation_name = 'BrowseNodeLookup'; … … 40 41 protected $default_sub_data = ''; 41 42 42 public function doAction($arrParam) { 43 public function doAction($arrParam) 44 { 43 45 $arrRequest = $this->doInitParam($arrParam); 44 46 if (!$this->isParamError()) { … … 104 106 } 105 107 106 protected function lfInitParam(&$objFormParam) { 108 protected function lfInitParam(&$objFormParam) 109 { 107 110 $objFormParam->addParam('対象カテゴリID', 'BrowseNodeId', INT_LEN, 'a', array('NUM_CHECK', 'MAX_LENGTH_CHECK')); 108 111 $objFormParam->addParam('返答種別', 'ResponseGroup', INT_LEN, 'a', array('GRAPH_CHECK', 'MAX_LENGTH_CHECK')); 109 112 } 110 113 111 public function getResponseGroupName() { 114 public function getResponseGroupName() 115 { 112 116 return 'BrowseNodes'; 113 117 }
Note: See TracChangeset
for help on using the changeset viewer.
