Вход Регистрация
Файл: vendor/intervention/gif/src/Blocks/TableBasedImage.php
Строк: 30
<?php

declare(strict_types=1);

namespace 
InterventionGifBlocks;

use 
InterventionGifAbstractEntity;

class 
TableBasedImage extends AbstractEntity
{
    protected 
ImageDescriptor $imageDescriptor;
    protected ?
ColorTable $colorTable null;
    protected 
ImageData $imageData;

    public function 
getImageDescriptor(): ImageDescriptor
    
{
        return 
$this->imageDescriptor;
    }

    public function 
setImageDescriptor(ImageDescriptor $descriptor): self
    
{
        
$this->imageDescriptor $descriptor;

        return 
$this;
    }

    public function 
getImageData(): ImageData
    
{
        return 
$this->imageData;
    }

    public function 
setImageData(ImageData $data): self
    
{
        
$this->imageData $data;

        return 
$this;
    }

    public function 
getColorTable(): ?ColorTable
    
{
        return 
$this->colorTable;
    }

    public function 
setColorTable(ColorTable $table): self
    
{
        
$this->colorTable $table;

        return 
$this;
    }
}
Онлайн: 1
Реклама