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