ILIAS  eassessment Revision 61809
 All Data Structures Namespaces Files Functions Variables Groups Pages
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.
 getBSECollection ()
 Get the collection of BLIP Store Entries.

Private Attributes

 $_BSECollection = array()

Detailed Description

Definition at line 35 of file BstoreContainer.php.

Member Function Documentation

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.

{
$this->_BSECollection[] = $BSE;
$BSE->setParent($this);
}
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

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: