?iť?

Your IP : 18.118.166.94


Current Path : /home/s/c/g/scgforma/www/soctest/htdocs/includes/phpoffice/PhpSpreadsheet/Cell/
Upload File :
Current File : /home/s/c/g/scgforma/www/soctest/htdocs/includes/phpoffice/PhpSpreadsheet/Cell/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);
}