ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
PHPExcel_Shared_Escher_DggContainer_BstoreContainer Class Reference
+ Collaboration diagram for PHPExcel_Shared_Escher_DggContainer_BstoreContainer:

Public Member Functions

 addBSE ($BSE)
 Add a BLIP Store Entry. More...
 
 getBSECollection ()
 Get the collection of BLIP Store Entries. More...
 

Private Attributes

 $_BSECollection = array()
 

Detailed Description

Definition at line 35 of file BstoreContainer.php.

Member Function Documentation

◆ addBSE()

PHPExcel_Shared_Escher_DggContainer_BstoreContainer::addBSE (   $BSE)

Add a BLIP Store Entry.

Parameters
PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE$BSE

Definition at line 49 of file BstoreContainer.php.

50  {
51  $this->_BSECollection[] = $BSE;
52  $BSE->setParent($this);
53  }

◆ getBSECollection()

PHPExcel_Shared_Escher_DggContainer_BstoreContainer::getBSECollection ( )

Get the collection of BLIP Store Entries.

Returns
PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE[]

Definition at line 60 of file BstoreContainer.php.

References $_BSECollection.

Field Documentation

◆ $_BSECollection

PHPExcel_Shared_Escher_DggContainer_BstoreContainer::$_BSECollection = array()
private

Definition at line 42 of file BstoreContainer.php.

Referenced by getBSECollection().


The documentation for this class was generated from the following file: