BstoreContainer
in package
Table of Contents
Properties
- $BSECollection : array<string|int, BSE>
- BLIP Store Entries. Each of them holds one BLIP (Big Large Image or Picture).
Methods
- 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
getBSECollection()
Get the collection of BLIP Store Entries.
public
getBSECollection() : array<string|int, BSE>