Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ProductAttributeOptionManagementInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Catalog\Api;
8 
14 {
23  public function getItems($attributeCode);
24 
34  public function add($attributeCode, $option);
35 
46  public function delete($attributeCode, $optionId);
47 }
$attributeCode
Definition: extend.phtml:12