19 declare(strict_types=1);
28 public function __construct(
int $a_id = 0,
bool $a_call_by_reference =
true)
32 $this->db = $DIC->database();
41 if (!parent::update()) {
51 public function read(): void
63 public function delete():
bool 66 if (!parent::delete()) {
read()
read style folder data
__construct(int $a_id=0, bool $a_call_by_reference=true)
Skill management main application class.
__construct(Container $dic, ilPlugin $plugin)