3declare(strict_types=1);
40 $this->info_items = [];
46 public function addInfoItem(
string $a_type,
string $a_text,
string $a_data =
""): void
48 $this->info_items[] = array(
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const IL_MISSING_PRECONDITION
const IL_NO_PARENT_ACCESS
getInfoItems()
get all info items
addInfoItem(string $a_type, string $a_text, string $a_data="")
add an info item
const IL_NO_OBJECT_ACCESS