Current path: home/webdevt/www/wdp/wp-content/plugins/brizy/vendor/bagrinsergiu/brizy-migration-utils/src/Brizy/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/brizy/vendor/bagrinsergiu/brizy-migration-utils/src
<?php
namespace Brizy;
/**
* Interface DataTransformerInterface
* @package Brizy
*/
interface DataTransformerInterface {
/**
* @param ContextInterface $context
*
* @return mixed
*/
public function execute( ContextInterface $context );
}