Documentation

BstoreContainer

Table of Contents

$BSECollection  : array<string|int, BSE>
BLIP Store Entries. Each of them holds one BLIP (Big Large Image or Picture).
addBSE()  : void
Add a BLIP Store Entry.
getBSECollection()  : array<string|int, BSE>
Get the collection of BLIP Store Entries.

Properties

$BSECollection

BLIP Store Entries. Each of them holds one BLIP (Big Large Image or Picture).

private array<string|int, BSE> $BSECollection = []

Methods

addBSE()

Add a BLIP Store Entry.

public addBSE(BSE $BSE) : void
Parameters
$BSE : BSE
Return values
void

getBSECollection()

Get the collection of BLIP Store Entries.

public getBSECollection() : array<string|int, BSE>
Return values
array<string|int, BSE>

Search results