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

declare(strict_types=1);

namespace 
InterventionImageDrivers;

use 
InterventionImageInterfacesImageInterface;
use 
InterventionImageInterfacesModifierInterface;

abstract class 
SpecializableModifier extends Specializable implements ModifierInterface
{
    
/**
     * {@inheritdoc}
     *
     * @see ModifierInterface::apply()
     */
    
public function apply(ImageInterface $image): ImageInterface
    
{
        return 
$image->modify($this);
    }
}
Онлайн: 0
Реклама