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  {
62  return $this->_BSECollection;
63  }
64 
65 }
getBSECollection()
Get the collection of BLIP Store Entries.
Create styles array
The data for the language used.