Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
RootResource Class Reference

Public Member Functions

 __construct ($identifier)
 
 getId ()
 

Protected Attributes

 $_identifier
 

Detailed Description

@api

Since
100.0.2

Definition at line 14 of file RootResource.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $identifier)
Parameters
string$identifier

Definition at line 26 of file RootResource.php.

27  {
28  $this->_identifier = $identifier;
29  }

Member Function Documentation

◆ getId()

getId ( )

Retrieve root resource id

Returns
string

Definition at line 36 of file RootResource.php.

Field Documentation

◆ $_identifier

$_identifier
protected

Definition at line 21 of file RootResource.php.


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