?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/



?? Go up: /home/webdevt/prestashop17/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet

?? Viewing: IValueBinder.php

<?php

namespace PhpOffice\PhpSpreadsheet\Cell;

interface IValueBinder
{
    /**
     * Bind value to a cell.
     *
     * @param Cell $cell Cell to bind value to
     * @param mixed $value Value to bind in cell
     *
     * @return bool
     */
    public function bindValue(Cell $cell, $value);
}


??

??