ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ILIAS\File\Icon\ilObjFileIconStakeholder Class Reference
+ Inheritance diagram for ILIAS\File\Icon\ilObjFileIconStakeholder:
+ Collaboration diagram for ILIAS\File\Icon\ilObjFileIconStakeholder:

Public Member Functions

 __construct (protected int $owner=6)
 ilObjFileIconStakeholder constructor. 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)
 
- Public Member Functions inherited from ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder
 __construct ()
 Constructor must not have any parameters. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ILIAS\File\Icon\ilObjFileIconStakeholder::__construct ( protected int  $owner = 6)

ilObjFileIconStakeholder constructor.

Definition at line 33 of file class.ilObjFileIconStakeholder.php.

34  {
35  }

Member Function Documentation

◆ getId()

ILIAS\File\Icon\ilObjFileIconStakeholder::getId ( )

Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.

Definition at line 40 of file class.ilObjFileIconStakeholder.php.

40  : string
41  {
42  return 'file_icon';
43  }

◆ getOwnerOfNewResources()

ILIAS\File\Icon\ilObjFileIconStakeholder::getOwnerOfNewResources ( )

Implements ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder.

Definition at line 48 of file class.ilObjFileIconStakeholder.php.

48  : int
49  {
50  return $this->owner;
51  }

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