Category
class Category extends AbstractEntity
Category
Methods
string
__toString()
No description
integer
countBranches()
No description
calcChildrenRank(EntityManager $em, integer $rank)
No description
getParents()
No description
getPath()
No description
getNameWithLevel()
No description
getDescendants()
No description
getSelfAndDescendants()
No description
__construct()
Constructor
integer
getId()
Get id
string
getName()
Get name
integer
getLevel()
Get level
integer
getRank()
Get rank
getCreateDate()
Get create_date
getUpdateDate()
Get update_date
integer
getDelFlg()
Get del_flg
getCategoryCount()
Get CategoryCount
getCategoryTotalCount()
Get CategoryTotalCount
Collection
getProductCategories()
Get ProductCategories
Collection
getChildren()
Get Children
getCreator()
Get Creator
Details
in AbstractEntity at line 32
offsetExists($offset)
in AbstractEntity at line 39
offsetSet($offset, $value)
in AbstractEntity at line 43
offsetGet($offset)
in AbstractEntity at line 54
offsetUnset($offset)
at line 37
string
__toString()
at line 45
integer
countBranches()
at line 61
Category
calcChildrenRank(EntityManager $em, integer $rank)
at line 73
getParents()
at line 81
getPath()
at line 99
getNameWithLevel()
at line 104
getDescendants()
at line 121
getSelfAndDescendants()
at line 195
__construct()
Constructor
at line 206
integer
getId()
Get id
at line 217
Category
setName(string $name)
Set name
at line 229
string
getName()
Get name
at line 240
Category
setLevel(integer $level)
Set level
at line 252
integer
getLevel()
Get level
at line 263
Category
setRank(integer $rank)
Set rank
at line 275
integer
getRank()
Get rank
at line 298
DateTime
getCreateDate()
Get create_date
at line 321
DateTime
getUpdateDate()
Get update_date
at line 332
Category
setDelFlg(integer $delFlg)
Set del_flg
at line 344
integer
getDelFlg()
Get del_flg
at line 355
Category
setCategoryCount(CategoryCount $categoryCount = null)
Set CategoryCount
at line 367
CategoryCount
getCategoryCount()
Get CategoryCount
at line 378
Category
setCategoryTotalCount(CategoryTotalCount $categoryTotalCount = null)
Set CategoryTotalCount
at line 390
CategoryTotalCount
getCategoryTotalCount()
Get CategoryTotalCount
at line 401
Category
addProductCategory(ProductCategory $productCategories)
Add ProductCategories
at line 413
removeProductCategory(ProductCategory $productCategories)
Remove ProductCategories
at line 423
Collection
getProductCategories()
Get ProductCategories
at line 446
removeChild(Category $children)
Remove Children
at line 456
Collection
getChildren()
Get Children
at line 479
Category
getParent()
Get Parent
at line 502
Member
getCreator()
Get Creator