ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
interface.ilBiblAttributeInterface.php
Go to the documentation of this file.
1
<?php
2
23
interface
ilBiblAttributeInterface
24
{
25
public
function
getEntryId
():
int
;
26
27
public
function
setEntryId
(
int
$entry_id): void;
28
29
public
function
getName
(): string;
30
31
public
function
setName
(
string
$name): void;
32
33
public
function
getValue
(): string;
34
35
public
function
setValue
(
string
$value): void;
36
37
public
function
getId
(): ?
int
;
38
39
public
function
setId
(
int
$id
): void;
40
}
$id
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition:
plugin.php:23
ilBiblAttributeInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilBiblAttributeInterface.php:24
ilBiblAttributeInterface\setId
setId(int $id)
ilBiblAttributeInterface\setValue
setValue(string $value)
ilBiblAttributeInterface\getId
getId()
ilBiblAttributeInterface\getName
getName()
ilBiblAttributeInterface\setEntryId
setEntryId(int $entry_id)
ilBiblAttributeInterface\getValue
getValue()
ilBiblAttributeInterface\setName
setName(string $name)
ilBiblAttributeInterface\getEntryId
getEntryId()
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
Bibliographic
interfaces
Attribute
interface.ilBiblAttributeInterface.php
Generated on Sat Oct 18 2025 23:02:37 for ILIAS by
1.9.4 (using
Doxyfile
)