ILIAS
eassessment Revision 61809
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
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
}
Services
Excel
PHPExcel
1.7.6
Classes
PHPExcel
Shared
Escher
DggContainer
BstoreContainer.php
Generated on Mon Apr 25 2016 19:01:27 for ILIAS by
1.8.1.2 (using
Doxyfile
)