ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilMMStorageStakeholder Class Reference

Class ilMMStorageStakeholder. More...

+ Inheritance diagram for ilMMStorageStakeholder:
+ Collaboration diagram for ilMMStorageStakeholder:

Public Member Functions

 __construct ()
 Constructor must not have any parameters. More...
 
 getId ()
 
 getOwnerOfNewResources ()
 
- Public Member Functions inherited from ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder
 getFullyQualifiedClassName ()
 
 isResourceInUse (ResourceIdentification $identification)
 
 canBeAccessedByCurrentUser (ResourceIdentification $identification)
 
 resourceHasBeenDeleted (ResourceIdentification $identification)
 
 getOwnerOfResource (ResourceIdentification $identification)
 
 getConsumerNameForPresentation ()
 
 getLocationURIForResourceUsage (ResourceIdentification $identification)
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilMMStorageStakeholder::__construct ( )

Constructor must not have any parameters.

The Stakeholder must be able to be instantiated without any parameters. Additionally, Stakeholder may get instantiated without dependencies available. Therefore, the Stakeholder must must check for dependencies and implement fallbacks.

Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.

Definition at line 29 of file class.ilMMStorageStakeholder.php.

30  {
31  }

Member Function Documentation

◆ getId()

ilMMStorageStakeholder::getId ( )

Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.

Definition at line 36 of file class.ilMMStorageStakeholder.php.

36  : string
37  {
38  return 'mme';
39  }

◆ getOwnerOfNewResources()

ilMMStorageStakeholder::getOwnerOfNewResources ( )

Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.

Definition at line 41 of file class.ilMMStorageStakeholder.php.

41  : int
42  {
43  return 6;
44  }

The documentation for this class was generated from the following file: