mini\Converter\ConverterRegistryInterface::has()
Method
public
abstract
Signature
public abstract function has(mixed $input, string $targetType, ?string $sourceType = NULL): bool
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$input |
mixed |
required | Documentation missing |
$targetType |
string |
required | Documentation missing |
$sourceType |
?string |
NULL
|
Documentation missing |
Returns
bool
Documentation
Check if a converter exists for input to target type