| Current Path : /home/pteabiscqq/www/libraries/quix/src/FormEngine/Contracts/ |
| 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);
}