ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
BstoreContainer.php
Go to the documentation of this file.
1<?php
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 {
63 }
64
65}
An exception for terminatinating execution or to throw for unit testing.
getBSECollection()
Get the collection of BLIP Store Entries.