JsonNodeProcessorInterface
in
JSONノード処理の戦略インターフェース
Table of Contents
Methods
- getTargetUnitType() : string
- 処理対象のユニットタイプを取得
- process() : array<string, mixed>
- ノードを処理する
Methods
getTargetUnitType()
処理対象のユニットタイプを取得
public
getTargetUnitType() : string
Return values
stringprocess()
ノードを処理する
public
process(array<string, mixed> $node) : array<string, mixed>
Parameters
- $node : array<string, mixed>