ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
BstoreContainer.php
Go to the documentation of this file.
1
<?
php
35
class
PHPExcel_Shared_Escher_DggContainer_BstoreContainer
36
{
42
private
$_BSECollection
=
array
();
43
49
public
function
addBSE
($BSE)
50
{
51
$this->_BSECollection[] = $BSE;
52
$BSE->setParent($this);
53
}
54
60
public
function
getBSECollection
()
61
{
62
return
$this->_BSECollection
;
63
}
64
65
}
PHPExcel_Shared_Escher_DggContainer_BstoreContainer\$_BSECollection
$_BSECollection
Definition:
BstoreContainer.php:42
PHPExcel_Shared_Escher_DggContainer_BstoreContainer
Definition:
BstoreContainer.php:35
PHPExcel_Shared_Escher_DggContainer_BstoreContainer\getBSECollection
getBSECollection()
Get the collection of BLIP Store Entries.
Definition:
BstoreContainer.php:60
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
PHPExcel_Shared_Escher_DggContainer_BstoreContainer\addBSE
addBSE($BSE)
Add a BLIP Store Entry.
Definition:
BstoreContainer.php:49
php
libs
composer
vendor
phpoffice
phpexcel
Classes
PHPExcel
Shared
Escher
DggContainer
BstoreContainer.php
Generated on Fri Jan 17 2025 19:00:54 for ILIAS by
1.8.13 (using
Doxyfile
)