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/SwitchTransformer.php

<?php

namespace ThemeXpert\FormEngine\Transformers;

class SwitchTransformer extends TextTransformer
{
    /**
     * Get switch value.
     *
     * @param $config
     *
     * @return mixed|null
     */
    public function getValue($config)
    {
        return $this->get($config, 'value', false);
    }
}