ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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.