ILIAS
release_8 Revision v8.23
|
Public Member Functions | |
__construct (string $internal_identifier, string $classname, SerializerInterface $serializer, string $provider_presentation_name) | |
CoreIdentification constructor. More... | |
serialize () | |
unserialize ($serialized) | |
getClassName () | |
getInternalIdentifier () | |
__serialize () | |
__unserialize (array $data) | |
![]() | |
getProviderNameForPresentation () | |
Protected Attributes | |
SerializerInterface | $serializer |
string | $provider_presentation_name |
string | $internal_identifier = '' |
string | $classname = '' |
Definition at line 31 of file AbstractIdentification.php.
ILIAS\GlobalScreen\Identification\AbstractIdentification::__construct | ( | string | $internal_identifier, |
string | $classname, | ||
SerializerInterface | $serializer, | ||
string | $provider_presentation_name | ||
) |
CoreIdentification constructor.
string | $internal_identifier | |
string | $classname | |
SerializerInterface | $serializer | |
string | $provider_presentation_name |
Definition at line 45 of file AbstractIdentification.php.
References ILIAS\GlobalScreen\Identification\AbstractIdentification\$classname, ILIAS\GlobalScreen\Identification\AbstractIdentification\$internal_identifier, ILIAS\GlobalScreen\Identification\AbstractIdentification\$provider_presentation_name, and ILIAS\GlobalScreen\Identification\AbstractIdentification\$serializer.
ILIAS\GlobalScreen\Identification\AbstractIdentification::__serialize | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 102 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 107 of file AbstractIdentification.php.
References ILIAS\GlobalScreen\Identification\AbstractIdentification\unserialize().
ILIAS\GlobalScreen\Identification\AbstractIdentification::getClassName | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 72 of file AbstractIdentification.php.
References ILIAS\GlobalScreen\Identification\AbstractIdentification\$classname.
ILIAS\GlobalScreen\Identification\AbstractIdentification::getInternalIdentifier | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 80 of file AbstractIdentification.php.
References $DIC, ILIAS\GlobalScreen\Identification\AbstractIdentification\$internal_identifier, $provider, and ILIAS\GlobalScreen\Identification\IdentificationInterface\getProviderNameForPresentation().
ILIAS\GlobalScreen\Identification\AbstractIdentification::serialize | ( | ) |
Definition at line 56 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__serialize().
ILIAS\GlobalScreen\Identification\AbstractIdentification::unserialize | ( | $serialized | ) |
Definition at line 64 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__unserialize().
|
protected |
Definition at line 36 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__construct(), and ILIAS\GlobalScreen\Identification\AbstractIdentification\getClassName().
|
protected |
Definition at line 35 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__construct(), and ILIAS\GlobalScreen\Identification\AbstractIdentification\getInternalIdentifier().
|
protected |
Definition at line 34 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__construct().
|
protected |
Definition at line 33 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__construct().