DeepLinkRequest
class DeepLinkRequest
This is a general purpose DeepLinkRequest class
https://www.imsglobal.org/spec/lti-dl/v2p0
Properties
$claim |
Methods
No description
returnUrl - Returns the deep_link_return_url
allowMimetype - Returns true if we can return LTI Link Items
allowMultiple - Returns true if we can return multiple items
acceptType - Returns true if the string is in the accept_types
allowLtiLinkItem - Returns true if we can return LTI Link Items "accept_types": ["link", "file", "html", "ltiResourceLink", "image"],
allowContentItem - Returns true if we can return HTML Items
allowLink - Returns true if we can return HTML Items
allowImportItem - Returns true if we can return IMS Common Cartridges
getClaim - get a extension claim
Details
at line 29
__construct($claim)
at line 39
string
returnUrl()
returnUrl - Returns the deep_link_return_url
at line 47
allowMimetype($Mimetype)
allowMimetype - Returns true if we can return LTI Link Items
at line 63
allowMultiple()
allowMultiple - Returns true if we can return multiple items
at line 77
acceptType($type)
acceptType - Returns true if the string is in the accept_types
"accept_types": ["link", "file", "html", "ltiResourceLink", "image"],
at line 87
allowLtiLinkItem()
allowLtiLinkItem - Returns true if we can return LTI Link Items "accept_types": ["link", "file", "html", "ltiResourceLink", "image"],
at line 95
allowContentItem()
allowContentItem - Returns true if we can return HTML Items
at line 104
allowLink()
allowLink - Returns true if we can return HTML Items
at line 112
allowImportItem()
allowImportItem - Returns true if we can return IMS Common Cartridges
at line 131
getClaim(str $string, default $default = null)
getClaim - get a extension claim