Sindbad~EG File Manager

Current Path : /var/www/html/encuestas.sumar.com.py/lib/openspout/src/Common/Entity/Cell/
Upload File :
Current File : /var/www/html/encuestas.sumar.com.py/lib/openspout/src/Common/Entity/Cell/EmptyCell.php

<?php

declare(strict_types=1);

namespace OpenSpout\Common\Entity\Cell;

use OpenSpout\Common\Entity\Cell;
use OpenSpout\Common\Entity\Style\Style;

final class EmptyCell extends Cell
{
    private ?string $value;

    public function __construct(?string $value, ?Style $style)
    {
        $this->value = $value;
        parent::__construct($style);
    }

    public function getValue(): ?string
    {
        return $this->value;
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists