LTI Integration Library 5.1.4
PHP class library for building LTI integrations
 
Loading...
Searching...
No Matches
Item Class Reference

Class to represent a generic item object. More...

Public Member Functions

 __construct (string $id=null, ?string $name=null, ?string $description=null, ?string $url=null, ?string $version=null, ?int $timestamp=null)
 Class constructor.
 

Public Attributes

string $id = null
 ID of item.
 
string $name = null
 Name of item.
 
string $description = null
 Description of item.
 
string $url = null
 URL of item.
 
string $version = null
 Version of item.
 
int $timestamp = null
 Timestamp of item.
 

Detailed Description

Class to represent a generic item object.

Author
Stephen P Vickers steph.nosp@m.en@s.nosp@m.pvsof.nosp@m.twar.nosp@m.eprod.nosp@m.ucts.nosp@m..com
Licence: http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3

Constructor & Destructor Documentation

◆ __construct()

__construct ( string $id = null,
?string $name = null,
?string $description = null,
?string $url = null,
?string $version = null,
?int $timestamp = null )

Class constructor.

Parameters
string$idID of item (optional)
string | null$nameName of item (optional)
string | null$descriptionDescription of item (optional)
string | null$urlURL of item (optional)
string | null$versionVersion of item (optional)
int | null$timestampTimestamp of item (optional)