%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/ava/lib/spout/src/Spout/Reader/Common/Creator/
Upload File :
Create Path :
Current File : /home/vacivi36/ava/lib/spout/src/Spout/Reader/Common/Creator/InternalEntityFactoryInterface.php

<?php

namespace Box\Spout\Reader\Common\Creator;

use Box\Spout\Common\Entity\Cell;
use Box\Spout\Common\Entity\Row;

/**
 * Interface EntityFactoryInterface
 */
interface InternalEntityFactoryInterface
{
    /**
     * @param Cell[] $cells
     * @return Row
     */
    public function createRow(array $cells = []);

    /**
     * @param mixed $cellValue
     * @return Cell
     */
    public function createCell($cellValue);
}

Zerion Mini Shell 1.0