LTI Tool Provider Library  3.0.2
PHP class library for building LTI Tool Providers
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. More...
 

Data Fields

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

Detailed Description

Class to represent a generic item object.

Author
Stephen P Vickers svick.nosp@m.ers@.nosp@m.imsgl.nosp@m.obal.nosp@m..org
Date
2016
Version
3.0.0
Licence:
http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0

Definition at line 14 of file Item.php.

Constructor & Destructor Documentation

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

Class constructor.

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

Definition at line 65 of file Item.php.

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

Field Documentation

string $description = null

Description of item.

Definition at line 34 of file Item.php.

Referenced by Item\__construct().

string $id = null

ID of item.

Definition at line 22 of file Item.php.

Referenced by Item\__construct().

string $name = null

Name of item.

Definition at line 28 of file Item.php.

Referenced by Item\__construct().

int $timestamp = null

Timestamp of item.

Definition at line 52 of file Item.php.

Referenced by Item\__construct().

string $url = null

URL of item.

Definition at line 40 of file Item.php.

Referenced by Item\__construct().

string $version = null

Version of item.

Definition at line 46 of file Item.php.

Referenced by Item\__construct().


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