CSVフォーマッタークラス API入出力パラメータCSVと連想配列を相互に変換するクラス
package |
Default |
---|
format( $data_array) : \SCC\Api\Model\IO\{@inheritDoc}
see | \SCC\Api\Model\Impl\CommonFormatter::format() |
---|
{@inheritDoc}
\SCC\Api\Model\IO\{@inheritDoc}
getContentType() : string
string
ContentType
getPostParams( $request, $orginMethod = "") : \SCC\Api\Model\IO\{@inheritDoc}
see | \SCC\Api\Model\Impl\CommonFormatter::getPostParams() |
---|
{@inheritDoc}
{@inheritDoc}
\SCC\Api\Model\IO\{@inheritDoc}
isHash(array &$array) : boolean
array
確認対象の配列
boolean
true:連想配列
makeDataLine(array $item) : string
array
CSV1行分のデータ
string
CSVにフォーマットされた1行分のデータ
delimiter :
quote :