ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
BstoreContainer.php
Go to the documentation of this file.
1 <?php
2 
4 
6 {
12  private $BSECollection = [];
13 
19  public function addBSE($BSE): void
20  {
21  $this->BSECollection[] = $BSE;
22  $BSE->setParent($this);
23  }
24 
30  public function getBSECollection()
31  {
32  return $this->BSECollection;
33  }
34 }
getBSECollection()
Get the collection of BLIP Store Entries.