%PDF- %PDF-
| Direktori : /home/tjamichg/cursos.tjamich.gob.mx/plugin/migrationmoodle/src/Interfaces/ |
| Current File : /home/tjamichg/cursos.tjamich.gob.mx/plugin/migrationmoodle/src/Interfaces/TransformerInterface.php |
<?php
/* For licensing terms, see /license.txt */
namespace Chamilo\PluginBundle\MigrationMoodle\Interfaces;
/**
* Interface TransformerInterface.
*/
interface TransformerInterface
{
/**
* @throws \Exception
*
* @return array
*/
public function transform(array $sourceData);
}