[ バッチリクエスト用トレイト ]
| package |
Default |
|---|
batchReserve(string $endpoint, string $httpMethod, string $orginMethod = "") : \Phalcon\Http\Response
一括登録・更新・削除のパラメータなどの情報をファイルに保存する
| throws |
|---|
stringエンドポイント
stringHTTPメソッド
stringPICTONA API メソッド
\Phalcon\Http\Response
getByRawSQLExecute(array $params, string $mode = "", string $id = "") : array
生SQLを実行できる。Selectのみの許可でその他は実施できない。
| throws |
|---|
array検索情報(SQL文、バインド変数)
string未使用
string未使用
arrayAPI結果
invokeGetPost(string $method, string $orginMethod = "", string $arg1 = "", string $arg2 = "", string $arg3 = "") : \Phalcon\Http\Response
共通処理を実施後、指定されたメソッド($method)をコールする
string実行するメソッド名
stringAPIメソッド(get, post, put, delete, getpost)
stringURLパラメータ
stringURLパラメータ
stringURLパラメータ
\Phalcon\Http\Response
invokePost(string $method, string $arg1 = "", $arg2 = "") : \Phalcon\Http\Response
共通処理を実施後、指定されたメソッド($method)をコールする
string実行するメソッド名
stringURLパラメータ
\Phalcon\Http\Response
invokePostCommon(string $method, string $mode = "", string $orginMethod = "", string $arg1 = "", string $arg2 = "", string $arg3 = "") : \Phalcon\Http\Response
共通処理を実施後、指定されたメソッド($method)をコールする
string実行するメソッド名
string処理モード
stringAPIメソッド(get, post, put, delete, getpost)
stringURLパラメータ
stringURLパラメータ
stringURLパラメータ
\Phalcon\Http\Response
invokePut(string $method, string $mode = "", string $arg1 = "", string $arg2 = "") : \Phalcon\Http\Response
共通処理を実施後、指定されたメソッド($method)をコールする
string実行するメソッド名
string更新モード(api-update, api-delete, api-purge)
stringURLパラメータ
stringURLパラメータ
\Phalcon\Http\Response