Neos\Flow\Property\TypeConverter\AbstractTypeConverter::getSupportedTargetType PHP Метод

getSupportedTargetType() публичный Метод

Can be a simple type or a class name.
public getSupportedTargetType ( ) : string
Результат string
    public function getSupportedTargetType()
    {
        return $this->targetType;
    }