?? GreyFile — Mystic File Browser

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

?? Viewing: DataTransformerInterface.php

<?php

namespace Brizy;

/**
 * Interface DataTransformerInterface
 * @package Brizy
 */
interface DataTransformerInterface {

	/**
	 * @param ContextInterface $context
	 *
	 * @return mixed
	 */
	public function execute( ContextInterface $context );
}


??

??