Вход Регистрация
Файл: vendor/intervention/image/src/Drivers/AbstractFrame.php
Строк: 20
<?php

declare(strict_types=1);

namespace 
InterventionImageDrivers;

use 
InterventionImageInterfacesFrameInterface;

abstract class 
AbstractFrame implements FrameInterface
{
    
/**
     * Show debug info for the current image
     *
     * @return array<string, mixed>
     */
    
public function __debugInfo(): array
    {
        return [
            
'delay' => $this->delay(),
            
'left' => $this->offsetLeft(),
            
'top' => $this->offsetTop(),
            
'dispose' => $this->dispose(),
        ];
    }
}
Онлайн: 2
Реклама