Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($resourceId) | |
getResourceId () | |
__toString () | |
Protected Attributes | |
$_resourceId | |
Definition at line 35 of file Resource.php.
__construct | ( | $resourceId | ) |
Sets the Resource identifier
string | $resourceId |
Definition at line 49 of file Resource.php.
__toString | ( | ) |
Defined by Zend_Acl_Resource_Interface; returns the Resource identifier Proxies to getResourceId()
Definition at line 70 of file Resource.php.
getResourceId | ( | ) |
Defined by Zend_Acl_Resource_Interface; returns the Resource identifier
Implements Zend_Acl_Resource_Interface.
Definition at line 59 of file Resource.php.
|
protected |
Definition at line 42 of file Resource.php.