ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Class NullPluginIdentification. More...
Public Member Functions | |
__construct (string $plugin_id, string $identification="", string $internal_identifier="") | |
NullPluginIdentification constructor. More... | |
serialize () | |
unserialize ($serialized) | |
getClassName () | |
getInternalIdentifier () | |
getProviderNameForPresentation () | |
__serialize () | |
__unserialize (array $data) | |
Private Attributes | |
string | $internal_identifier |
string | $identification |
string | $plugin_id |
Class NullPluginIdentification.
Definition at line 27 of file NullPluginIdentification.php.
ILIAS\GlobalScreen\Identification\NullPluginIdentification::__construct | ( | string | $plugin_id, |
string | $identification = "" , |
||
string | $internal_identifier = "" |
||
) |
NullPluginIdentification constructor.
string | $plugin_id | |
string | $identification | |
string | $internal_identifier |
Definition at line 39 of file NullPluginIdentification.php.
References ILIAS\GlobalScreen\Identification\NullPluginIdentification\$identification, ILIAS\GlobalScreen\Identification\NullPluginIdentification\$internal_identifier, and ILIAS\GlobalScreen\Identification\NullPluginIdentification\$plugin_id.
ILIAS\GlobalScreen\Identification\NullPluginIdentification::__serialize | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 89 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 94 of file NullPluginIdentification.php.
References ILIAS\GlobalScreen\Identification\NullPluginIdentification\unserialize().
ILIAS\GlobalScreen\Identification\NullPluginIdentification::getClassName | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 65 of file NullPluginIdentification.php.
References ILIAS\GlobalScreen\Identification\NullPluginIdentification\$plugin_id.
ILIAS\GlobalScreen\Identification\NullPluginIdentification::getInternalIdentifier | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 73 of file NullPluginIdentification.php.
References ILIAS\GlobalScreen\Identification\NullPluginIdentification\$internal_identifier.
ILIAS\GlobalScreen\Identification\NullPluginIdentification::getProviderNameForPresentation | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 81 of file NullPluginIdentification.php.
References ILIAS\GlobalScreen\Identification\NullPluginIdentification\$plugin_id.
ILIAS\GlobalScreen\Identification\NullPluginIdentification::serialize | ( | ) |
Definition at line 49 of file NullPluginIdentification.php.
References ILIAS\GlobalScreen\Identification\NullPluginIdentification\$identification.
Referenced by ILIAS\GlobalScreen\Identification\NullPluginIdentification\__serialize().
ILIAS\GlobalScreen\Identification\NullPluginIdentification::unserialize | ( | $serialized | ) |
Definition at line 57 of file NullPluginIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullPluginIdentification\__unserialize().
|
private |
Definition at line 30 of file NullPluginIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullPluginIdentification\__construct(), and ILIAS\GlobalScreen\Identification\NullPluginIdentification\serialize().
|
private |
Definition at line 29 of file NullPluginIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullPluginIdentification\__construct(), and ILIAS\GlobalScreen\Identification\NullPluginIdentification\getInternalIdentifier().
|
private |
Definition at line 31 of file NullPluginIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullPluginIdentification\__construct(), ILIAS\GlobalScreen\Identification\NullPluginIdentification\getClassName(), and ILIAS\GlobalScreen\Identification\NullPluginIdentification\getProviderNameForPresentation().