ILIAS  release_8 Revision v8.24
ResourceLinkShare.php
Go to the documentation of this file.
1<?php
2
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.
bool $approved
Whether sharing request is to be automatically approved on first use.
string $resourceLinkId
Resource link ID value.
string $consumerName
Consumer name value.
string $title
Title of sharing context.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: AccessToken.php:19