SCCCoreInput

Implements \SCC\Api\Model\Impl\InputHandler

API入力操作クラス APIの入力データを操作するクラス

package

Default

Methods

コンストラクター

__construct(string $obj_nm) 

Arguments

$obj_nm

string

フォーマットクラス名

RequestヘッダのContentTypeから指定フォーマットを取得する

getFormatType(string $contentType) : string
inherited static

Arguments

$contentType

string

RequestヘッダのContentType

Response

string

フォーマットクラスのクラス名称(名前空間あり)

API入力パラメータを受け取る

getPostParams( $request, string $orginMethod = "") : \SCC\Api\Model\IO\{@inheritDoc}
see \SCC\Api\Model\Impl\InputHandler::getPostParams()

Arguments

$request

{@inheritDoc}

$orginMethod

string

APIメソッド(get, post, put, delete, getpost)

Response

\SCC\Api\Model\IO\{@inheritDoc}

Properties

フォーマットクラスのインスタンス

formatter : 

Type(s)