Image
extends Facade
Table of Contents
Methods
-
cache()
: Image
-
canvas()
: Image
-
configure()
: self
-
make()
: Image
-
getFacadeAccessor()
: mixed
cache()
public
static cache(Closure $callback[, int $lifetime = = 'null' ][, bool $returnObj = = 'false' ]) : Image
Parameters
-
$callback
: Closure
-
-
$lifetime
: int
= = 'null'
-
-
$returnObj
: bool
= = 'false'
-
canvas()
public
static canvas(int $width, int $height[, mixed $background = = 'null' ]) : Image
Parameters
-
$width
: int
-
-
$height
: int
-
-
$background
: mixed
= = 'null'
-
public
static configure(array<string|int, mixed> $config) : self
Parameters
-
$config
: array<string|int, mixed>
-
make()
public
static make(mixed $data) : Image
Parameters
-
$data
: mixed
-
getFacadeAccessor()
protected
static getFacadeAccessor() : mixed