Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
EntityMetadata Class Reference

Public Member Functions

 __construct ($entityId)
 
 getEntityId ()
 

Detailed Description

Entity metadata @api

Since
100.0.2

Definition at line 14 of file EntityMetadata.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $entityId)
Parameters
string$entityId@codeCoverageIgnore

Definition at line 25 of file EntityMetadata.php.

26  {
27  $this->entityId = $entityId;
28  }

Member Function Documentation

◆ getEntityId()

getEntityId ( )

Get entity id

Returns
string @codeCoverageIgnore

Definition at line 36 of file EntityMetadata.php.

37  {
38  return $this->entityId;
39  }

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