ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
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 ()
 
 unserialize ($serialized)
 
 getClassName ()
 
 getInternalIdentifier ()
 
 getProviderNameForPresentation ()
 
 __serialize ()
 
 __unserialize (array $data)
 

Private Attributes

string $internal_identifier
 
string $identification
 
string $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 89 of file NullPluginIdentification.php.

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

89  : array
90  {
91  return ['data' => $this->serialize()];
92  }
+ Here is the call graph for this function:

◆ __unserialize()

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().

94  : void
95  {
96  $this->unserialize($data['data']);
97  }
+ 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 ( )

◆ unserialize()

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

Definition at line 57 of file NullPluginIdentification.php.

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

57  : void
58  {
59  // nothing to do
60  }
+ Here is the caller graph for this function:

Field Documentation

◆ $identification

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

◆ $internal_identifier

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

◆ $plugin_id


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