HumHub Documentation (unofficial)

Save
in package
implements FilterInterface

A save filter.

Table of Contents

Interfaces

FilterInterface
Interface for imagine filters.

Properties

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

Methods

__construct()  : mixed
Constructs Save filter with given path and options.
apply()  : ImageInterface
Applies scheduled transformation to an ImageInterface instance.

Properties

$options

private array<string|int, mixed> $options

$path

private string $path

Methods

__construct()

Constructs Save filter with given path and options.

public __construct([string $path = null ][, array<string|int, mixed> $options = array() ]) : mixed
Parameters
$path : string = null
$options : array<string|int, mixed> = array()

        
On this page

Search results