Skip to content

Commit e1b46b3

Browse files
committed
Add get_deep_link_settings to LTI_Deep_Link
1 parent 3a192de commit e1b46b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lti/LTI_Deep_Link.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,9 @@ public function output_response_form($resources) {
4242
</script>
4343
<?php
4444
}
45+
46+
public function get_deep_link_settings() {
47+
return $this->deep_link_settings;
48+
}
4549
}
4650
?>

0 commit comments

Comments
 (0)