ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (string $internal_identifier, string $classname, SerializerInterface $serializer, string $provider_presentation_name) | |
CoreIdentification constructor. More... | |
serialize () | |
unserialize ($serialized) | |
getClassName () | |
getInternalIdentifier () | |
Public Member Functions inherited from ILIAS\GlobalScreen\Identification\IdentificationInterface | |
getProviderNameForPresentation () | |
Protected Attributes | |
$provider_presentation_name | |
$serializer | |
$internal_identifier = '' | |
$classname = '' | |
Definition at line 11 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 40 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::getClassName | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 70 of file AbstractIdentification.php.
References ILIAS\GlobalScreen\Identification\AbstractIdentification\$classname.
ILIAS\GlobalScreen\Identification\AbstractIdentification::getInternalIdentifier | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 79 of file AbstractIdentification.php.
References $DIC, ILIAS\GlobalScreen\Identification\AbstractIdentification\$internal_identifier, PHPMailer\PHPMailer\$provider, and ILIAS\GlobalScreen\Identification\IdentificationInterface\getProviderNameForPresentation().
ILIAS\GlobalScreen\Identification\AbstractIdentification::serialize | ( | ) |
Definition at line 52 of file AbstractIdentification.php.
ILIAS\GlobalScreen\Identification\AbstractIdentification::unserialize | ( | $serialized | ) |
Definition at line 61 of file AbstractIdentification.php.
|
protected |
Definition at line 29 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__construct(), and ILIAS\GlobalScreen\Identification\AbstractIdentification\getClassName().
|
protected |
Definition at line 25 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__construct(), and ILIAS\GlobalScreen\Identification\AbstractIdentification\getInternalIdentifier().
|
protected |
Definition at line 17 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__construct().
|
protected |
Definition at line 21 of file AbstractIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentification\__construct().