Your IP : 216.73.216.219


Current Path : /home/pteabiscqq/www/libraries/quix/src/FormEngine/Transformers/
Upload File :
Current File : /home/pteabiscqq/www/libraries/quix/src/FormEngine/Transformers/IconPickerTransformer.php

<?php

namespace ThemeXpert\FormEngine\Transformers;

class IconPickerTransformer extends TextTransformer
{
    /**
     * Get icon picker type.
     *
     * @param        $config
     * @param string $type
     *
     * @return string
     */
    public function getType($config, $type = "")
    {
        return "icon";
    }
}