Sindbad~EG File Manager

Current Path : /home/webg5288/www/laravel_kendal/vendor/openspout/openspout/src/Common/Entity/Cell/
Upload File :
Current File : /home/webg5288/www/laravel_kendal/vendor/openspout/openspout/src/Common/Entity/Cell/NumericCell.php

<?php

declare(strict_types=1);

namespace OpenSpout\Common\Entity\Cell;

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

final class NumericCell extends Cell
{
    private readonly float|int $value;

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

    public function getValue(): float|int
    {
        return $this->value;
    }
}

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