LTI Integration Library 4.10.3
PHP class library for building LTI integrations
 
Loading...
Searching...
No Matches
CanvasApiToolProvider.php
1<?php
2
3namespace ceLTIc\LTI\ApiHook\canvas;
4
7
19{
20
26 public function __construct($tool)
27 {
28 parent::__construct($tool);
29 Util::logDebug('Class ceLTIc\LTI\ApiHook\canvas\CanvasApiToolProvider has been deprecated; please use ceLTIc\LTI\ApiHook\canvas\CanvasApiTool instead.',
30 true);
31 }
32
33}
Class to implement canvas-specific functions for LTI messages.
Class to implement canvas-specific functions for LTI messages.
Class to represent an LTI Tool.
Definition Tool.php:24
Class to implement utility methods.
Definition Util.php:15
static logDebug($message, $showSource=false)
Log a debug message.
Definition Util.php:274