MobiImages
Table of Contents
Properties
-
$items
: array<string|int, mixed>
-
$stream
: Stream
Methods
-
getItems()
: array<string|int, string>
-
make()
: self|null
-
__construct()
: mixed
$items
protected
array<string|int, mixed>
$items
= []
$stream
protected
Stream
$stream
getItems()
public
getItems([bool $base64Decode = true ]) : array<string|int, string>
Parameters
-
$base64Decode
: bool
= true
-
Return values
array<string|int, string>
make()
public
static make(string $path) : self|null
Parameters
-
$path
: string
-
__construct()
protected
__construct(Stream $stream[, array<string|int, mixed> $items = [] ]) : mixed
Parameters
-
$stream
: Stream
-
-
$items
: array<string|int, mixed>
= []
-