CceLTIc\LTI\AccessToken | Class to represent an HTTP message |
▼CceLTIc\LTI\ApiHook\ApiContext | Class to implement context services for a platform via its proprietary API |
CceLTIc\LTI\ApiHook\canvas\CanvasApiContext | Class to implement Resource Link services for a Canvas platform via its proprietary API |
CceLTIc\LTI\ApiHook\moodle\MoodleApiContext | Class to implement Context services for a Moodle platform via its web services |
▼CceLTIc\LTI\ApiHook\ApiHook | Trait to handle API hook registrations |
CceLTIc\LTI\Context | Class to represent a platform context |
CceLTIc\LTI\Platform | Class to represent a platform |
CceLTIc\LTI\ResourceLink | Class to represent a platform resource link |
CceLTIc\LTI\Tool | Class to represent an LTI Tool |
CceLTIc\LTI\ApiHook\ApiPlatform | Class to implement services for a platform via its proprietary API |
▼CceLTIc\LTI\ApiHook\ApiResourceLink | Class to implement resource link services for a platform via its proprietary API |
CceLTIc\LTI\ApiHook\canvas\CanvasApiResourceLink | Class to implement Resource Link services for a Canvas platform via its proprietary API |
CceLTIc\LTI\ApiHook\moodle\MoodleApiResourceLink | Class to implement Resource Link services for a Moodle platform via its web services |
▼CceLTIc\LTI\ApiHook\ApiTool | Class to implement tool specific functions for LTI messages |
CceLTIc\LTI\ApiHook\canvas\CanvasApiTool | Class to implement canvas-specific functions for LTI messages |
CceLTIc\LTI\AssessmentControlAction | Class to represent an assessment control action |
▼CceLTIc\LTI\ApiHook\canvas\CanvasApi | Class to handle Canvas web service requests |
CceLTIc\LTI\ApiHook\canvas\CanvasApiContext | Class to implement Resource Link services for a Canvas platform via its proprietary API |
CceLTIc\LTI\ApiHook\canvas\CanvasApiResourceLink | Class to implement Resource Link services for a Canvas platform via its proprietary API |
▼CceLTIc\LTI\Http\ClientInterface | Interface to represent an HTTP message client |
CceLTIc\LTI\Http\CurlClient | Class to implement the HTTP message interface using the Curl library |
CceLTIc\LTI\Http\StreamClient | Class to implement the HTTP message interface using a file stream |
▼CceLTIc\LTI\Jwt\ClientInterface | Interface to represent an HWT client |
CceLTIc\LTI\Jwt\FirebaseClient | Class to implement the JWT interface using the Firebase JWT library from https://github.com/firebase/php-jwt |
CceLTIc\LTI\Jwt\WebTokenClient | Class to implement the JWT interface using the Web Token JWT Framework library from https://web-token.spomky-labs.com |
▼CceLTIc\LTI\DataConnector\DataConnector | Class to provide a connection to a persistent store for LTI objects |
CceLTIc\LTI\DataConnector\DataConnector_mysqli | Class to represent an LTI Data Connector for MySQLi |
CceLTIc\LTI\DataConnector\DataConnector_oci8 | Class to represent an LTI Data Connector for Oracle connections |
▼CceLTIc\LTI\DataConnector\DataConnector_pdo | Class to represent an LTI Data Connector for PDO connections |
CceLTIc\LTI\DataConnector\DataConnector_pdo_mysql | Class to represent an LTI Data Connector for PDO connections using MySQL |
CceLTIc\LTI\DataConnector\DataConnector_pdo_oci | Class to represent an LTI Data Connector for PDO variations for Oracle connections |
CceLTIc\LTI\DataConnector\DataConnector_pdo_pgsql | Class to represent an LTI Data Connector for PDO variations for PostgreSQL connections |
CceLTIc\LTI\DataConnector\DataConnector_pdo_sqlite | Class to represent an LTI Data Connector for PDO connections using SQLite |
CceLTIc\LTI\DataConnector\DataConnector_pdo_sqlsrv | Class to represent an LTI Data Connector for PDO connections using MS SQL Server |
CceLTIc\LTI\DataConnector\DataConnector_pgsql | Class to represent an LTI Data Connector for PostgreSQL |
CceLTIc\LTI\DataConnector\DataConnector_sql | Class to represent an LTI Data Connector for MS SQL Server |
▼CException | |
CceLTIc\LTI\OAuth\OAuthException | Class to represent an OAuth Exception |
CceLTIc\LTI\Http\HttpMessage | Class to represent an HTTP message request |
CceLTIc\LTI\Content\Image | Class to represent a content-item image object |
▼CceLTIc\LTI\Content\Item | Class to represent a content-item object |
CceLTIc\LTI\Content\FileItem | Class to represent a file content-item object |
▼CceLTIc\LTI\Content\LtiLinkItem | Class to represent an LTI link content-item object |
CceLTIc\LTI\Content\LtiAssignmentItem | Class to represent an LTI assignment content-item object |
CceLTIc\LTI\Profile\Item | Class to represent a generic item object |
CceLTIc\LTI\Jwt\Jwt | Class to represent an HTTP message request |
CceLTIc\LTI\Content\LineItem | Class to represent a line-item object |
CceLTIc\LTI\LineItem | Class to represent a line-item |
CceLTIc\LTI\MediaType\Message | Class to represent an LTI Message |
CceLTIc\LTI\Profile\Message | Class to represent a resource handler message object |
▼CceLTIc\LTI\ApiHook\moodle\MoodleApi | Class to handle Moodle web service requests |
CceLTIc\LTI\ApiHook\moodle\MoodleApiContext | Class to implement Context services for a Moodle platform via its web services |
CceLTIc\LTI\ApiHook\moodle\MoodleApiResourceLink | Class to implement Resource Link services for a Moodle platform via its web services |
CceLTIc\LTI\OAuth\OAuthConsumer | Class to represent an OAuth Consumer |
▼CceLTIc\LTI\OAuth\OAuthDataStore | Class to represent an OAuth Data Store |
CceLTIc\LTI\OAuthDataStore | Class to represent an OAuth datastore |
CceLTIc\LTI\OAuth\OAuthRequest | Class to represent an OAuth request |
CceLTIc\LTI\OAuth\OAuthServer | Class to represent an OAuth server |
▼CceLTIc\LTI\OAuth\OAuthSignatureMethod | Class to represent an OAuth signature method |
CceLTIc\LTI\OAuth\OAuthSignatureMethod_HMAC_SHA1 | Class to represent an OAuth HMAC_SHA1 signature method |
CceLTIc\LTI\OAuth\OAuthSignatureMethod_HMAC_SHA224 | Class to represent an OAuth HMAC_SHA224 signature method |
CceLTIc\LTI\OAuth\OAuthSignatureMethod_HMAC_SHA256 | Class to represent an OAuth HMAC_SHA256 signature method |
CceLTIc\LTI\OAuth\OAuthSignatureMethod_HMAC_SHA384 | Class to represent an OAuth HMAC_SHA384 signature method |
CceLTIc\LTI\OAuth\OAuthSignatureMethod_HMAC_SHA512 | Class to represent an OAuth HMAC_SHA512 signature method |
CceLTIc\LTI\OAuth\OAuthToken | Class to represent an OAuth token |
CceLTIc\LTI\OAuth\OAuthUtil | Class to provide OAuth utility methods |
CceLTIc\LTI\Outcome | Class to represent an outcome |
CceLTIc\LTI\Content\Placement | Class to represent a content-item placement object |
CceLTIc\LTI\PlatformNonce | Class to represent a platform nonce |
CceLTIc\LTI\MediaType\ResourceHandler | Class to represent an LTI Resource Handler |
CceLTIc\LTI\Profile\ResourceHandler | Class to represent a resource handler object |
CceLTIc\LTI\ResourceLinkShare | Class to represent a platform resource link share |
CceLTIc\LTI\ResourceLinkShareKey | Class to represent a platform resource link share key |
CceLTIc\LTI\MediaType\SecurityContract | Class to represent an LTI Security Contract document |
▼CceLTIc\LTI\Service\Service | Class to implement a service |
CceLTIc\LTI\Service\AssessmentControl | Class to implement the Assessment Control service |
▼CceLTIc\LTI\Service\AssignmentGrade | Class to implement the Assignment and Grade services |
CceLTIc\LTI\Service\LineItem | Class to implement the Line-item service |
CceLTIc\LTI\Service\Result | Class to implement the Result service |
CceLTIc\LTI\Service\Score | Class to implement the Score service |
CceLTIc\LTI\Service\Groups | Class to implement the Course Groups service |
CceLTIc\LTI\Service\Membership | Class to implement the Membership service |
CceLTIc\LTI\Service\ToolSettings | Class to implement the Tool Settings service |
CceLTIc\LTI\Profile\ServiceDefinition | Class to represent an LTI service object |
CceLTIc\LTI\SubmissionReview | Class to represent a submission review |
▼CceLTIc\LTI\System | Class to represent an LTI system |
CceLTIc\LTI\Platform | Class to represent a platform |
CceLTIc\LTI\Tool | Class to represent an LTI Tool |
CceLTIc\LTI\Content\TimePeriod | Class to represent a time period object |
CceLTIc\LTI\MediaType\ToolProfile | Class to represent an LTI Tool Profile |
CceLTIc\LTI\MediaType\ToolProxy | Class to represent an LTI Tool Proxy media type |
▼CceLTIc\LTI\User | Class to represent a platform user |
CceLTIc\LTI\UserResult | Class to represent a platform user association with a resource link |
CceLTIc\LTI\Util | Class to implement utility methods |