JsonExtractorFactory
Read onlyYes
FinalYes
Methods
- __construct() : mixed
- get() : JsonExtractor
Methods
__construct()
public
__construct(Path $path[, string $pointerOption = 'input-json-pointer' ][, string $pointerAsEntryNameOption = 'input-json-pointer-entry-name' ]) : mixed
Parameters
- $path : Path
- $pointerOption : string = 'input-json-pointer'
- $pointerAsEntryNameOption : string = 'input-json-pointer-entry-name'
get()
public
get(InputInterface $input) : JsonExtractor
Parameters
- $input : InputInterface