ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilBiblEntryInterface.php
Go to the documentation of this file.
1 <?php
2 
24 {
25  public function setId(int $id): void;
26 
27  public function getId(): ?int;
28 
29  public function getDataId(): int;
30 
31  public function setDataId(int $data_id): void;
32 
33  public function getType(): string;
34 
35  public function setType(string $type): void;
36 
37  public function getOverview(): string;
38 }
$type
setType(string $type)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
setDataId(int $data_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...