- Timestamp:
- 2014/08/27 18:45:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 {
Note: See TracChangeset
for help on using the changeset viewer.
