Changeset 23605 for branches/version-2_13-dev/data/class/api
- Timestamp:
- 2014/08/27 18:45:58 (12 years ago)
- Location:
- branches/version-2_13-dev/data/class/api
- Files:
-
- 4 edited
-
SC_Api_Abstract.php (modified) (2 diffs)
-
SC_Api_Operation.php (modified) (3 diffs)
-
SC_Api_Utils.php (modified) (2 diffs)
-
operations/ItemSearch.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/api/SC_Api_Abstract.php
r23603 r23605 69 69 abstract public function getResponseGroupName(); 70 70 71 /** 72 * @param SC_FormParam_Ex $objFormParam 73 */ 71 74 abstract protected function lfInitParam(&$objFormParam); 72 75 … … 94 97 } 95 98 99 /** 100 * @param string $key 101 */ 96 102 protected function setResponse($key, $data) 97 103 { -
branches/version-2_13-dev/data/class/api/SC_Api_Operation.php
r23546 r23605 80 80 * 81 81 * @param string $login_email ログインメールアドレス 82 * @param string $ password ログインパスワード82 * @param string $login_password ログインパスワード 83 83 * @return boolean ログインに成功した場合 true; 失敗した場合 false 84 84 */ … … 274 274 * 275 275 * @param object SC_FormParam 276 * @param SC_FormParam_Ex $objFormParam 276 277 * @return void 277 278 */ … … 409 410 410 411 // TODO: ここらへんは SC_Displayに持って行きたい所だが・・ 412 413 /** 414 * @param string $type 415 * @param string $response_outer_name 416 */ 411 417 public function sendApiResponse($type, $response_outer_name, &$arrResponse) 412 418 { -
branches/version-2_13-dev/data/class/api/SC_Api_Utils.php
r23546 r23605 50 50 * オペレーション名に対応した追加の設定情報を取得する 51 51 * 52 * @param string $access_key53 52 * @return string 秘密鍵文字列 54 53 */ … … 112 111 * APIログ 113 112 * 114 * @param text$msg 出力文字列113 * @param string $msg 出力文字列 115 114 * @param text $operation_name 116 115 @ @rturn void -
branches/version-2_13-dev/data/class/api/operations/ItemSearch.php
r23584 r23605 109 109 * 商品一覧の取得 110 110 * 111 * @param integer $disp_number 112 * @param integer $linemax 113 * @param SC_Product_Ex $objProduct 111 114 * @return array 112 115 * TODO: LC_Page_Products_List::lfGetProductsList() と共通化
Note: See TracChangeset
for help on using the changeset viewer.
