mini\Converter\ConverterInterface::convert() Method

public abstract

Signature

public abstract function convert(mixed $input, string $targetType): mixed

Parameters

Name Type Default Description
$input mixed required Documentation missing
$targetType string required Documentation missing

Returns

mixed

Documentation

Convert the input to the target type

Source

src/Converter/ConverterInterface.php:92