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

declare(strict_types=1);

namespace 
InterventionImageInterfaces;

use 
InterventionImageExceptionsRuntimeException;

interface 
InputHandlerInterface
{
    
/**
     * Try to decode the given input with each decoder of the the handler chain
     *
     * @param mixed $input
     * @throws RuntimeException
     * @return ImageInterface|ColorInterface
     */
    
public function handle($input): ImageInterface|ColorInterface;
}
Онлайн: 0
Реклама