3 declare(strict_types=1);
29 public function __construct(
int $a_id = 0,
bool $a_call_by_reference =
true)
33 $this->db = $DIC->database();
42 if (!parent::update()) {
52 public function read(): void
64 public function delete():
bool 67 if (!parent::delete()) {
read()
read style folder data
__construct(int $a_id=0, bool $a_call_by_reference=true)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)