MDL-69542 enrol_lti: add published resource view object support
commit5649c72d43771e4aeb5543d553e6425085f6a66e
authorJake Dallimore <jake@moodle.com>
Mon, 24 Jan 2022 08:29:18 +0000 (24 16:29 +0800)
committerJake Dallimore <jake@moodle.com>
Fri, 11 Feb 2022 02:22:24 +0000 (11 10:22 +0800)
tree4a721e263625d4b0c1270e297152c0c5dda2b34b
parent4049c08998db1f6395cef9df8c2cd235a8d20fd7
MDL-69542 enrol_lti: add published resource view object support

The view objects introduced here will be used as a representation of
data during the content selection process.
enrol/lti/classes/local/ltiadvantage/repository/published_resource_repository.php [new file with mode: 0644]
enrol/lti/classes/local/ltiadvantage/viewobject/published_resource.php [new file with mode: 0644]
enrol/lti/tests/local/ltiadvantage/repository/published_resource_repository_test.php [new file with mode: 0644]
enrol/lti/tests/local/ltiadvantage/viewobject/published_resource_test.php [new file with mode: 0644]