Neos\Media\TypeConverter\ArrayConverter::canConvertFrom PHP 메소드

canConvertFrom() 공개 메소드

public canConvertFrom ( mixed $source, string $targetType ) : boolean
$source mixed
$targetType string
리턴 boolean
    public function canConvertFrom($source, $targetType)
    {
        return $source instanceof AssetInterface;
    }