mini\Converter\ConverterInterface::getInputType() Method

public abstract

Signature

public abstract function getInputType(): string

Returns

string

Documentation

Get the input type this converter accepts

May be a single type or union type string (e.g., "string|array|int").

Source

src/Converter/ConverterInterface.php:67