$format_collection
$format_collection : \phpDocumentor\Plugin\Scrybe\Converter\Format\Collection
Factory class that is able to return a contract between an input and output format (Definition).
$format_collection : \phpDocumentor\Plugin\Scrybe\Converter\Format\Collection
__construct(\phpDocumentor\Plugin\Scrybe\Converter\Format\Collection $formats)
Registers the available formats for use in creating definitions.
\phpDocumentor\Plugin\Scrybe\Converter\Format\Collection | $formats |
get(string $input_format, string $output_format) : \phpDocumentor\Plugin\Scrybe\Converter\Definition\Definition
Creates a definition of the given input and output formats.
string | $input_format | |
string | $output_format |