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

declare(strict_types=1);

namespace 
InterventionImageInterfaces;

use 
InterventionImageExceptionsRuntimeException;

interface 
ModifierInterface
{
    
/**
     * Apply modifications of the current modifier to the given image
     *
     * @param ImageInterface $image
     * @throws RuntimeException
     * @return ImageInterface
     */
    
public function apply(ImageInterface $image): ImageInterface;
}
Онлайн: 0
Реклама