ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
BstoreContainer.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer
;
4
5
class
BstoreContainer
6
{
12
private
$BSECollection
= [];
13
19
public
function
addBSE
($BSE): void
20
{
21
$this->BSECollection[] = $BSE;
22
$BSE->setParent($this);
23
}
24
30
public
function
getBSECollection
()
31
{
32
return
$this->BSECollection
;
33
}
34
}
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\getBSECollection
getBSECollection()
Get the collection of BLIP Store Entries.
Definition:
BstoreContainer.php:30
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\$BSECollection
$BSECollection
Definition:
BstoreContainer.php:12
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer
Definition:
BstoreContainer.php:5
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\addBSE
addBSE($BSE)
Add a BLIP Store Entry.
Definition:
BstoreContainer.php:19
php
libs
composer
vendor
phpoffice
phpspreadsheet
src
PhpSpreadsheet
Shared
Escher
DggContainer
BstoreContainer.php
Generated on Thu Jan 16 2025 19:01:47 for ILIAS by
1.8.13 (using
Doxyfile
)