ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (protected string $internal_identifier, protected string $classname, protected SerializerInterface $serializer, protected string $provider_presentation_name) | |
CoreIdentification constructor. More... | |
serialize () | |
unserialize ($serialized) | |
getClassName () | |
getInternalIdentifier () | |
__serialize () | |
__unserialize (array $data) | |
![]() | |
getProviderNameForPresentation () | |
Definition at line 30 of file AbstractIdentification.php.
ILIAS\GlobalScreen\Identification\AbstractIdentification::__construct | ( | protected string | $internal_identifier, |
protected string | $classname, | ||
protected SerializerInterface | $serializer, | ||
protected string | $provider_presentation_name | ||
) |
CoreIdentification constructor.
string | $internal_identifier | |
string | $classname | |
SerializerInterface | $serializer | |
string | $provider_presentation_name |
Definition at line 39 of file AbstractIdentification.php.
ILIAS\GlobalScreen\Identification\AbstractIdentification::__serialize | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 89 of file AbstractIdentification.php.
References ILIAS\GlobalScreen\Identification\AbstractIdentification\serialize().
ILIAS\GlobalScreen\Identification\AbstractIdentification::__unserialize | ( | array | $data | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 94 of file AbstractIdentification.php.
References ILIAS\GlobalScreen\Identification\AbstractIdentification\unserialize().
ILIAS\GlobalScreen\Identification\AbstractIdentification::getClassName | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 62 of file AbstractIdentification.php.
ILIAS\GlobalScreen\Identification\AbstractIdentification::getInternalIdentifier | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 70 of file AbstractIdentification.php.
References $DIC, $provider, and ILIAS\GlobalScreen\Identification\IdentificationInterface\getProviderNameForPresentation().
ILIAS\GlobalScreen\Identification\AbstractIdentification::serialize | ( | ) |
Definition at line 46 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__serialize().
ILIAS\GlobalScreen\Identification\AbstractIdentification::unserialize | ( | $serialized | ) |
Definition at line 54 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__unserialize().