ILIAS  release_7 Revision v7.30-3-g800a261c036
ILIAS\GlobalScreen\Identification\NullPluginIdentification Class Reference

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
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ILIAS\GlobalScreen\Identification\NullPluginIdentification::__construct ( string  $plugin_id,
string  $identification = "",
string  $internal_identifier = "" 
)

Member Function Documentation

◆ __serialize()

ILIAS\GlobalScreen\Identification\NullPluginIdentification::__serialize ( )
Returns
array{data: string}

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 98 of file NullPluginIdentification.php.

98 : array
99 {
100 return ['data' => $this->serialize()];
101 }

References ILIAS\GlobalScreen\Identification\NullPluginIdentification\serialize().

+ Here is the call graph for this function:

◆ __unserialize()

ILIAS\GlobalScreen\Identification\NullPluginIdentification::__unserialize ( array  $data)

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 103 of file NullPluginIdentification.php.

103 : void
104 {
105 $this->unserialize($data['data']);
106 }
$data
Definition: storeScorm.php:23

References ILIAS\GlobalScreen\Identification\NullPluginIdentification\unserialize().

+ Here is the call graph for this function:

◆ getClassName()

ILIAS\GlobalScreen\Identification\NullPluginIdentification::getClassName ( )

◆ getInternalIdentifier()

ILIAS\GlobalScreen\Identification\NullPluginIdentification::getInternalIdentifier ( )

◆ getProviderNameForPresentation()

ILIAS\GlobalScreen\Identification\NullPluginIdentification::getProviderNameForPresentation ( )

◆ serialize()

ILIAS\GlobalScreen\Identification\NullPluginIdentification::serialize ( )

@inheritDoc

Definition at line 58 of file NullPluginIdentification.php.

58 : string
59 {
61 }

References ILIAS\GlobalScreen\Identification\NullPluginIdentification\$identification.

Referenced by ILIAS\GlobalScreen\Identification\NullPluginIdentification\__serialize().

+ Here is the caller graph for this function:

◆ unserialize()

ILIAS\GlobalScreen\Identification\NullPluginIdentification::unserialize (   $serialized)

@inheritDoc

Definition at line 66 of file NullPluginIdentification.php.

66 : void
67 {
68 // nothing to do
69 }

Referenced by ILIAS\GlobalScreen\Identification\NullPluginIdentification\__unserialize().

+ Here is the caller graph for this function:

Field Documentation

◆ $identification

ILIAS\GlobalScreen\Identification\NullPluginIdentification::$identification
private

◆ $internal_identifier

ILIAS\GlobalScreen\Identification\NullPluginIdentification::$internal_identifier
private

◆ $plugin_id


The documentation for this class was generated from the following file: