Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CategoryLinkInterface.php
Go to the documentation of this file.
1 <?php
8 
10 
16 {
21  public function getPosition();
22 
28  public function setPosition($position);
29 
36  public function getCategoryId();
37 
45  public function setCategoryId($categoryId);
46 
53  public function getExtensionAttributes();
54 
62  public function setExtensionAttributes(
63  \Magento\Catalog\Api\Data\CategoryLinkExtensionInterface $extensionAttributes
64  );
65 }
$extensionAttributes
Definition: payment.php:22