Anons79 Mini Shell

Directory : /home/aplikasiposinfo/www/e-tepian.aplikasipos.info/vendor/intervention/gif/src/Blocks/
Upload File :
Current File : /home/aplikasiposinfo/www/e-tepian.aplikasipos.info/vendor/intervention/gif/src/Blocks/Header.php

<?php

declare(strict_types=1);

namespace Intervention\Gif\Blocks;

use Intervention\Gif\AbstractEntity;

class Header extends AbstractEntity
{
    /**
     * Header signature
     */
    public const SIGNATURE = 'GIF';

    /**
     * Current GIF version
     */
    protected string $version = '89a';

    /**
     * Set GIF version
     *
     * @param string $value
     */
    public function setVersion(string $value): self
    {
        $this->version = $value;

        return $this;
    }

    /**
     * Return current version
     *
     * @return string
     */
    public function getVersion(): string
    {
        return $this->version;
    }
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]