\phpDocumentor\Plugin\Scrybe\Converter\DefinitionFactory

Factory class that is able to return a contract between an input and output format (Definition).

Summary

Methods
Properties
Constants
__construct()
get()
No public properties found
No constants found
No protected methods found
$format_collection
N/A
No private methods found
No private properties found
N/A

Properties

Methods

get()

get(string  $input_format, string  $output_format) : \phpDocumentor\Plugin\Scrybe\Converter\Definition\Definition

Creates a definition of the given input and output formats.

Parameters

string $input_format
string $output_format

Returns

\phpDocumentor\Plugin\Scrybe\Converter\Definition\Definition