Your IP : 216.73.216.219


Current Path : /home/pteabiscqq/www/libraries/quix/src/FormEngine/Contracts/
Upload File :
Current File : /home/pteabiscqq/www/libraries/quix/src/FormEngine/Contracts/ControlTransformerInterface.php

<?php

namespace ThemeXpert\FormEngine\Contracts;

interface ControlTransformerInterface
{
    /**
     * @param $config
     *
     * @return mixed
     */
    public function transform($config, $path);
}