Show
in package
implements
FilterInterface
A show filter.
Table of Contents
Interfaces
- FilterInterface
- Interface for imagine filters.
Properties
Methods
- __construct() : mixed
- Constructs the Show filter with given format and options.
- apply() : ImageInterface
- Applies scheduled transformation to an ImageInterface instance.
Properties
$format
private
string
$format
$options
private
array<string|int, mixed>
$options
Methods
__construct()
Constructs the Show filter with given format and options.
public
__construct(string $format[, array<string|int, mixed> $options = array() ]) : mixed
Parameters
- $format : string
- $options : array<string|int, mixed> = array()
apply()
Applies scheduled transformation to an ImageInterface instance.
public
apply(ImageInterface $image) : ImageInterface
Parameters
- $image : ImageInterface
Tags
Return values
ImageInterface —returns the processed ImageInterface instance