LTI Integration Library
3.1.0
PHP class library for building LTI integrations
ClientInterface.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ceLTIc\LTI\Http
;
4
5
use
ceLTIc\LTI\HTTPMessage
;
6
15
interface
ClientInterface
16
{
17
25
public
function
send
(
HTTPMessage
$message);
26
}
ceLTIc\LTI\Http
Definition:
ClientInterface.php:3
ceLTIc\LTI\Http\ClientInterface\send
send(HTTPMessage $message)
Send the request to the target URL.
ceLTIc\LTI\HTTPMessage
Class to represent an HTTP message request.
Definition:
HTTPMessage.php:16
ceLTIc\LTI\Http\ClientInterface
Interface to represent an HTTP message client.
Definition:
ClientInterface.php:15
Generated on Wed Mar 13 2019 by
Doxygen 1.8.15