|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class NullPluginIdentification. More...
Inheritance diagram for ILIAS\GlobalScreen\Identification\NullPluginIdentification:
Collaboration diagram for ILIAS\GlobalScreen\Identification\NullPluginIdentification:Public Member Functions | |
| __construct (string $plugin_id, string $identification="", string $internal_identifier="") | |
| NullPluginIdentification constructor. More... | |
| serialize () | |
| @inheritDoc More... | |
| unserialize ($serialized) | |
| @inheritDoc More... | |
| getClassName () | |
| @inheritDoc More... | |
| getInternalIdentifier () | |
| @inheritDoc More... | |
| getProviderNameForPresentation () | |
| @inheritDoc More... | |
| __serialize () | |
| __unserialize (array $data) | |
| getClassName () | |
| getInternalIdentifier () | |
| getProviderNameForPresentation () | |
| __serialize () | |
| __unserialize (array $data) | |
Private Attributes | |
| $internal_identifier | |
| $identification | |
| $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 48 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 98 of file NullPluginIdentification.php.
References ILIAS\GlobalScreen\Identification\NullPluginIdentification\serialize().
Here is the call graph for this function:| ILIAS\GlobalScreen\Identification\NullPluginIdentification::__unserialize | ( | array | $data | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 103 of file NullPluginIdentification.php.
References ILIAS\GlobalScreen\Identification\NullPluginIdentification\unserialize().
Here is the call graph for this function:| ILIAS\GlobalScreen\Identification\NullPluginIdentification::getClassName | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 74 of file NullPluginIdentification.php.
References ILIAS\GlobalScreen\Identification\NullPluginIdentification\$plugin_id.
| ILIAS\GlobalScreen\Identification\NullPluginIdentification::getInternalIdentifier | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 82 of file NullPluginIdentification.php.
References ILIAS\GlobalScreen\Identification\NullPluginIdentification\$internal_identifier.
| ILIAS\GlobalScreen\Identification\NullPluginIdentification::getProviderNameForPresentation | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 90 of file NullPluginIdentification.php.
References ILIAS\GlobalScreen\Identification\NullPluginIdentification\$plugin_id.
| ILIAS\GlobalScreen\Identification\NullPluginIdentification::serialize | ( | ) |
@inheritDoc
Definition at line 58 of file NullPluginIdentification.php.
References ILIAS\GlobalScreen\Identification\NullPluginIdentification\$identification.
Referenced by ILIAS\GlobalScreen\Identification\NullPluginIdentification\__serialize().
Here is the caller graph for this function:| ILIAS\GlobalScreen\Identification\NullPluginIdentification::unserialize | ( | $serialized | ) |
@inheritDoc
Definition at line 66 of file NullPluginIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullPluginIdentification\__unserialize().
Here is the caller graph for this function:
|
private |
Definition at line 36 of file NullPluginIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullPluginIdentification\__construct(), and ILIAS\GlobalScreen\Identification\NullPluginIdentification\serialize().
|
private |
Definition at line 32 of file NullPluginIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullPluginIdentification\__construct(), and ILIAS\GlobalScreen\Identification\NullPluginIdentification\getInternalIdentifier().
|
private |
Definition at line 40 of file NullPluginIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullPluginIdentification\__construct(), ILIAS\GlobalScreen\Identification\NullPluginIdentification\getClassName(), and ILIAS\GlobalScreen\Identification\NullPluginIdentification\getProviderNameForPresentation().