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

declare(strict_types=1);

namespace 
InterventionImageInterfaces;

use 
InterventionImageExceptionsRuntimeException;

interface 
AnalyzerInterface
{
    
/**
     * Analyze given image and return the retrieved data
     *
     * @param ImageInterface $image
     * @throws RuntimeException
     * @return mixed
     */
    
public function analyze(ImageInterface $image): mixed;
}
Онлайн: 0
Реклама