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