HumHub Documentation (unofficial)

Show
in package
implements FilterInterface

A show filter.

Table of Contents

Interfaces

FilterInterface
Interface for imagine filters.

Properties

$format  : string
$options  : array<string|int, mixed>

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()

        
On this page

Search results