ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Class NullPluginIdentification. More...
Public Member Functions | |
__construct (private string $plugin_id, private string $identification="", private string $internal_identifier="") | |
NullPluginIdentification constructor. More... | |
serialize () | |
unserialize ($serialized) | |
getClassName () | |
getInternalIdentifier () | |
getProviderNameForPresentation () | |
__serialize () | |
__unserialize (array $data) | |
Class NullPluginIdentification.
Definition at line 27 of file NullPluginIdentification.php.
ILIAS\GlobalScreen\Identification\NullPluginIdentification::__construct | ( | private string | $plugin_id, |
private string | $identification = "" , |
||
private string | $internal_identifier = "" |
||
) |
NullPluginIdentification constructor.
string | $plugin_id | |
string | $identification | |
string | $internal_identifier |
Definition at line 35 of file NullPluginIdentification.php.
ILIAS\GlobalScreen\Identification\NullPluginIdentification::__serialize | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 79 of file NullPluginIdentification.php.
References ILIAS\GlobalScreen\Identification\NullPluginIdentification\serialize().
ILIAS\GlobalScreen\Identification\NullPluginIdentification::__unserialize | ( | array | $data | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 84 of file NullPluginIdentification.php.
References ILIAS\GlobalScreen\Identification\NullPluginIdentification\unserialize().
ILIAS\GlobalScreen\Identification\NullPluginIdentification::getClassName | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 58 of file NullPluginIdentification.php.
ILIAS\GlobalScreen\Identification\NullPluginIdentification::getInternalIdentifier | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 66 of file NullPluginIdentification.php.
ILIAS\GlobalScreen\Identification\NullPluginIdentification::getProviderNameForPresentation | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 74 of file NullPluginIdentification.php.
ILIAS\GlobalScreen\Identification\NullPluginIdentification::serialize | ( | ) |
Definition at line 42 of file NullPluginIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullPluginIdentification\__serialize().
ILIAS\GlobalScreen\Identification\NullPluginIdentification::unserialize | ( | $serialized | ) |
Definition at line 50 of file NullPluginIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullPluginIdentification\__unserialize().