Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
HashMapInterface.php
Go to the documentation of this file.
1 <?php
7 
9 
20 {
27  public function getAllData($categoryId);
28 
36  public function getData($categoryId, $key);
37 
44  public function resetData($categoryId);
45 }