LTI Integration Library 4.10.3
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 ($id=null, $name=null, $description=null, $url=null, $version=null, $timestamp=null)
 Class constructor.
 

Data Fields

 $id = null
 ID of item.
 
 $name = null
 Name of item.
 
 $description = null
 Description of item.
 
 $url = null
 URL of item.
 
 $version = null
 Version of item.
 
 $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

Definition at line 12 of file Profile/Item.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $id = null,
  $name = null,
  $description = null,
  $url = null,
  $version = null,
  $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)

Definition at line 67 of file Profile/Item.php.

References Item\$description, Item\$id, Item\$name, Item\$timestamp, Item\$url, and Item\$version.

Field Documentation

◆ $description

string null $description = null

Description of item.

Definition at line 34 of file Profile/Item.php.

Referenced by Item\__construct().

◆ $id

string null $id = null

ID of item.

Definition at line 20 of file Profile/Item.php.

Referenced by Item\__construct().

◆ $name

string null $name = null

Name of item.

Definition at line 27 of file Profile/Item.php.

Referenced by Item\__construct().

◆ $timestamp

int null $timestamp = null

Timestamp of item.

Definition at line 55 of file Profile/Item.php.

Referenced by Item\__construct().

◆ $url

string null $url = null

URL of item.

Definition at line 41 of file Profile/Item.php.

Referenced by Item\__construct().

◆ $version

string null $version = null

Version of item.

Definition at line 48 of file Profile/Item.php.

Referenced by Item\__construct().


The documentation for this class was generated from the following file: