Actualización
This commit is contained in:
17
plugin/migrationmoodle/src/Interfaces/LoaderInterface.php
Normal file
17
plugin/migrationmoodle/src/Interfaces/LoaderInterface.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
namespace Chamilo\PluginBundle\MigrationMoodle\Interfaces;
|
||||
|
||||
/**
|
||||
* Interface LoaderInterface.
|
||||
*/
|
||||
interface LoaderInterface
|
||||
{
|
||||
/**
|
||||
* Load the data and return the ID inserted.
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function load(array $incomingData);
|
||||
}
|
||||
Reference in New Issue
Block a user