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