upgrade
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?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);
|
||||
}
|
||||
Reference in New Issue
Block a user