%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/tjamichg/cursos.tjamich.gob.mx/plugin/migrationmoodle/src/Interfaces/
Upload File :
Create Path :
Current File : /home/tjamichg/cursos.tjamich.gob.mx/plugin/migrationmoodle/src/Interfaces/ExtractorInterface.php

<?php
/* For licensing terms, see /license.txt */

namespace Chamilo\PluginBundle\MigrationMoodle\Interfaces;

/**
 * Interface ExtractorInterface.
 */
interface ExtractorInterface
{
    /**
     * @return bool
     */
    public function filter(array $sourceData);

    /**
     * @throws Exception
     *
     * @return iterable
     */
    public function extract();
}

Zerion Mini Shell 1.0