|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Interface Identification. More...
Inheritance diagram for ILIAS\ResourceStorage\Identification\ResourceIdentification:
Collaboration diagram for ILIAS\ResourceStorage\Identification\ResourceIdentification:Public Member Functions | |
| __construct (string $unique_id) | |
| ResourceIdentification constructor. More... | |
| serialize () | |
| @inheritDoc More... | |
| unserialize ($serialized) | |
| @inheritDoc More... | |
| __toString () | |
| @inheritDoc More... | |
Private Attributes | |
| $unique_id | |
Interface Identification.
Definition at line 14 of file ResourceIdentification.php.
| ILIAS\ResourceStorage\Identification\ResourceIdentification::__construct | ( | string | $unique_id | ) |
ResourceIdentification constructor.
| string | $unique_id |
Definition at line 28 of file ResourceIdentification.php.
References ILIAS\ResourceStorage\Identification\ResourceIdentification\$unique_id.
| ILIAS\ResourceStorage\Identification\ResourceIdentification::__toString | ( | ) |
@inheritDoc
Definition at line 55 of file ResourceIdentification.php.
References ILIAS\ResourceStorage\Identification\ResourceIdentification\serialize().
Here is the call graph for this function:| ILIAS\ResourceStorage\Identification\ResourceIdentification::serialize | ( | ) |
@inheritDoc
Definition at line 37 of file ResourceIdentification.php.
References ILIAS\ResourceStorage\Identification\ResourceIdentification\$unique_id.
Referenced by ILIAS\ResourceStorage\Identification\ResourceIdentification\__toString(), ILIAS\ResourceStorage\Manager\Manager\appendNewRevision(), ILIAS\ResourceStorage\Manager\Manager\appendNewRevisionFromStream(), ILIAS\ResourceStorage\Resource\Repository\ResourceARRepository\getAR(), ILIAS\ResourceStorage\Stakeholder\Repository\StakeholderARRepository\getInternalID(), ILIAS\ResourceStorage\Resource\Repository\ResourceDBRepository\has(), ILIAS\ResourceStorage\Resource\Repository\ResourceARRepository\has(), ILIAS\ResourceStorage\Manager\Manager\replaceWithStream(), ILIAS\ResourceStorage\Manager\Manager\replaceWithUpload(), and ilObjFileStakeholder\resourceHasBeenDeleted().
Here is the caller graph for this function:| ILIAS\ResourceStorage\Identification\ResourceIdentification::unserialize | ( | $serialized | ) |
@inheritDoc
Definition at line 46 of file ResourceIdentification.php.
|
private |
Definition at line 20 of file ResourceIdentification.php.
Referenced by ILIAS\ResourceStorage\Identification\ResourceIdentification\__construct(), and ILIAS\ResourceStorage\Identification\ResourceIdentification\serialize().