ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ResourceLinkShare.php
Go to the documentation of this file.
1 <?php
2 
19 namespace ILIAS\LTI\ToolProvider;
20 
29 {
35  public ?string $consumerName = null;
36 
42  public ?string $resourceLinkId = null;
43 
49  public ?string $title = null;
50 
56  public ?bool $approved = null;
57 
61  public function __construct()
62  {
63  }
64 }
Class to represent a platform resource link share.
string $resourceLinkId
Resource link ID value.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: AccessToken.php:19
string $consumerName
Consumer name value.
bool $approved
Whether sharing request is to be automatically approved on first use.
string $title
Title of sharing context.