ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
ObjectDataInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=0);
20
21
namespace
ILIAS\Tracking\View\DataRetrieval\Info
;
22
23
interface
ObjectDataInterface
24
{
25
public
function
getObjectId
():
int
;
26
27
public
function
getTitle
(): string;
28
29
public
function
getDescription
(): string;
30
31
public
function
getType
(): string;
32
}
ILIAS\Tracking\View\DataRetrieval\Info\ObjectDataInterface\getType
getType()
ILIAS\Tracking\View\DataRetrieval\Info\ObjectDataInterface
Definition:
ObjectDataInterface.php:23
ILIAS\Tracking\View\DataRetrieval\Info\ObjectDataInterface\getTitle
getTitle()
ILIAS\Tracking\View\DataRetrieval\Info
Definition:
Combined.php:21
ILIAS\Tracking\View\DataRetrieval\Info\ObjectDataInterface\getObjectId
getObjectId()
ILIAS\Tracking\View\DataRetrieval\Info\ObjectDataInterface\getDescription
getDescription()
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
Tracking
classes
View
DataRetrieval
Info
ObjectDataInterface.php
Generated on Mon Sep 1 2025 23:04:16 for ILIAS by
1.8.13 (using
Doxyfile
)