ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ResourceLinkShare.php
Go to the documentation of this file.
1 <?php
2 
4 
15 {
16 
22  public $consumerKey = null;
28  public $resourceLinkId = null;
34  public $title = null;
40  public $approved = null;
41 
45  public function __construct()
46  {
47  }
48 
49 }
Class to represent a tool consumer resource link share.
$approved
Whether sharing request is to be automatically approved on first use.