ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Blip.php
Go to the documentation of this file.
1<?php
2
4
5class Blip
6{
12 private $parent;
13
19 private $data;
20
26 public function getData()
27 {
28 return $this->data;
29 }
30
36 public function setData($data): void
37 {
38 $this->data = $data;
39 }
40
46 public function setParent($parent): void
47 {
48 $this->parent = $parent;
49 }
50
56 public function getParent()
57 {
58 return $this->parent;
59 }
60}
An exception for terminatinating execution or to throw for unit testing.
$this data['403_header']