|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ILIAS\GlobalScreen\Identification\AbstractIdentification:
Collaboration diagram for ILIAS\GlobalScreen\Identification\AbstractIdentification:Public Member Functions | |
| __construct (string $internal_identifier, string $classname, SerializerInterface $serializer, string $provider_presentation_name) | |
| CoreIdentification constructor. More... | |
| serialize () | |
| @inheritDoc More... | |
| unserialize ($serialized) | |
| @inheritDoc More... | |
| getClassName () | |
| @inheritDoc More... | |
| getInternalIdentifier () | |
| @inheritDoc More... | |
| __serialize () | |
| __unserialize (array $data) | |
Public Member Functions inherited from ILIAS\GlobalScreen\Identification\IdentificationInterface | |
| getClassName () | |
| getInternalIdentifier () | |
| getProviderNameForPresentation () | |
| __serialize () | |
| __unserialize (array $data) | |
Protected Attributes | |
| $serializer | |
| $provider_presentation_name | |
| $internal_identifier = '' | |
| $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 57 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 114 of file AbstractIdentification.php.
References ILIAS\GlobalScreen\Identification\AbstractIdentification\serialize().
Here is the call graph for this function:| ILIAS\GlobalScreen\Identification\AbstractIdentification::__unserialize | ( | array | $data | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 119 of file AbstractIdentification.php.
References ILIAS\GlobalScreen\Identification\AbstractIdentification\unserialize().
Here is the call graph for this function:| ILIAS\GlobalScreen\Identification\AbstractIdentification::getClassName | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 84 of file AbstractIdentification.php.
References ILIAS\GlobalScreen\Identification\AbstractIdentification\$classname.
| ILIAS\GlobalScreen\Identification\AbstractIdentification::getInternalIdentifier | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 92 of file AbstractIdentification.php.
References ILIAS\GlobalScreen\Identification\AbstractIdentification\$internal_identifier.
| ILIAS\GlobalScreen\Identification\AbstractIdentification::serialize | ( | ) |
@inheritDoc
Definition at line 68 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__serialize().
Here is the caller graph for this function:| ILIAS\GlobalScreen\Identification\AbstractIdentification::unserialize | ( | $serialized | ) |
@inheritDoc
Definition at line 76 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__unserialize().
Here is the caller graph for this function:
|
protected |
|
protected |
|
protected |
Definition at line 40 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__construct(), and ILIAS\GlobalScreen\Identification\PluginIdentification\__construct().
|
protected |
Definition at line 36 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__construct(), and ILIAS\GlobalScreen\Identification\PluginIdentification\__construct().