Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/ToolProvider/ToolConsumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use IMSGlobal\LTI\ToolProvider\Service;
use IMSGlobal\LTI\HTTPMessage;
use IMSGlobal\LTI\OAuth;
use stdClass;

/**
* Class to represent a tool consumer
Expand Down Expand Up @@ -121,7 +122,12 @@ class ToolConsumer
* @var int $updated
*/
public $updated = null;

/**
* The consumer profile data.
*
* @var stdClass
*/
public $profile = null;
/**
* Consumer ID value.
*
Expand Down