Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-catalog
Api
Data
CategoryTreeInterface.php
Go to the documentation of this file.
1
<?php
8
namespace
Magento\Catalog\Api\Data
;
9
14
interface
CategoryTreeInterface
15
{
19
public
function
getId
();
20
25
public
function
setId
(
$id
);
26
32
public
function
getParentId
();
33
40
public
function
setParentId
($parentId);
41
47
public
function
getName
();
48
55
public
function
setName
(
$name
);
56
63
public
function
getIsActive
();
64
71
public
function
setIsActive
($isActive);
72
78
public
function
getPosition
();
79
86
public
function
setPosition
($position);
87
93
public
function
getLevel
();
94
101
public
function
setLevel
($level);
102
108
public
function
getProductCount
();
109
116
public
function
setProductCount
($productCount);
117
121
public
function
getChildrenData
();
122
127
public
function
setChildrenData
(array $childrenData =
null
);
128
}
Magento\Catalog\Api\Data\CategoryTreeInterface\getProductCount
getProductCount()
Magento\Catalog\Api\Data\CategoryTreeInterface\setParentId
setParentId($parentId)
$id
$id
Definition:
fieldset.phtml:14
Magento\Catalog\Api\Data\CategoryTreeInterface\setChildrenData
setChildrenData(array $childrenData=null)
Magento\Catalog\Api\Data\CategoryTreeInterface\getId
getId()
Magento\Catalog\Api\Data
Definition:
BasePriceInterface.php:7
Magento\Catalog\Api\Data\CategoryTreeInterface\getChildrenData
getChildrenData()
Magento\Catalog\Api\Data\CategoryTreeInterface\setPosition
setPosition($position)
Magento\Catalog\Api\Data\CategoryTreeInterface\getPosition
getPosition()
Magento\Catalog\Api\Data\CategoryTreeInterface\getIsActive
getIsActive()
Magento\Catalog\Api\Data\CategoryTreeInterface\setLevel
setLevel($level)
Magento\Catalog\Api\Data\CategoryTreeInterface\getName
getName()
Magento\Catalog\Api\Data\CategoryTreeInterface\setId
setId($id)
Magento\Catalog\Api\Data\CategoryTreeInterface
Definition:
CategoryTreeInterface.php:14
Magento\Catalog\Api\Data\CategoryTreeInterface\getParentId
getParentId()
Magento\Catalog\Api\Data\CategoryTreeInterface\setIsActive
setIsActive($isActive)
Magento\Catalog\Api\Data\CategoryTreeInterface\setProductCount
setProductCount($productCount)
Magento\Catalog\Api\Data\CategoryTreeInterface\setName
setName($name)
Magento\Catalog\Api\Data\CategoryTreeInterface\getLevel
getLevel()
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14