Neos\Media\TypeConverter\ArrayConverter::canConvertFrom PHP Méthode

canConvertFrom() public méthode

public canConvertFrom ( mixed $source, string $targetType ) : boolean
$source mixed
$targetType string
Résultat boolean
    public function canConvertFrom($source, $targetType)
    {
        return $source instanceof AssetInterface;
    }