mini\Converter\ConverterRegistry::get()
Method
public
Signature
public function get(mixed $input, string $targetType, ?string $sourceType = NULL): ?mini\Converter\ConverterInterface
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$input |
mixed |
required | Documentation missing |
$targetType |
string |
required | Documentation missing |
$sourceType |
?string |
NULL
|
Documentation missing |
Returns
Documentation
Get the converter for input to target type