ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
Item.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\LTI\ToolProvider\Profile
;
20
28
class
Item
29
{
35
public
?
string
$id
= null;
36
42
public
?
string
$name
= null;
43
49
public
?
string
$description
= null;
50
56
public
?
string
$url
= null;
57
63
public
?
string
$version
= null;
64
70
public
?
int
$timestamp
= null;
71
81
public
function
__construct
(
string
$id = null,
string
$name = null,
string
$description = null,
string
$url = null,
string
$version = null,
int
$timestamp = null)
82
{
83
$this->
id
=
$id
;
84
$this->name =
$name
;
85
$this->description =
$description
;
86
$this->url =
$url
;
87
$this->version =
$version
;
88
$this->timestamp =
$timestamp
;
89
}
90
}
ILIAS\LTI\ToolProvider\Profile\Item\__construct
__construct(string $id=null, string $name=null, string $description=null, string $url=null, string $version=null, int $timestamp=null)
Class constructor.
Definition:
Item.php:81
ILIAS\LTI\ToolProvider\Profile\Item\$version
string $version
Version of item.
Definition:
Item.php:63
ILIAS\LTI\ToolProvider\Profile\Item\$id
string $id
ID of item.
Definition:
Item.php:35
ILIAS\LTI\ToolProvider\Profile\Item\$timestamp
int $timestamp
Timestamp of item.
Definition:
Item.php:70
ILIAS\LTI\ToolProvider\Profile
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Item.php:19
ILIAS\LTI\ToolProvider\Profile\Item\$name
string $name
Name of item.
Definition:
Item.php:42
ILIAS\LTI\ToolProvider\Profile\Item
Class to represent a generic item object.
Definition:
Item.php:28
ILIAS\LTI\ToolProvider\Profile\Item\$url
string $url
URL of item.
Definition:
Item.php:56
ILIAS\LTI\ToolProvider\Profile\Item\$description
string $description
Description of item.
Definition:
Item.php:49
Services
LTI
src
ToolProvider
Profile
Item.php
Generated on Wed Sep 3 2025 22:02:30 for ILIAS by
1.8.13 (using
Doxyfile
)