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 10
offsetExists($offset)
in AbstractEntity at line 17
offsetSet($offset, $value)
in AbstractEntity at line 21
offsetGet($offset)
in AbstractEntity at line 32
offsetUnset($offset)
at line 15
string
__toString()
at line 23
integer
countBranches()
at line 39
Category
calcChildrenRank(EntityManager $em, integer $rank)
at line 51
getParents()
at line 59
getPath()
at line 77
getNameWithLevel()
at line 82
getDescendants()
at line 99
getSelfAndDescendants()
at line 173
__construct()
Constructor
at line 184
integer
getId()
Get id
at line 195
Category
setName(string $name)
Set name
at line 207
string
getName()
Get name
at line 218
Category
setLevel(integer $level)
Set level
at line 230
integer
getLevel()
Get level
at line 241
Category
setRank(integer $rank)
Set rank
at line 253
integer
getRank()
Get rank
at line 276
DateTime
getCreateDate()
Get create_date
at line 299
DateTime
getUpdateDate()
Get update_date
at line 310
Category
setDelFlg(integer $delFlg)
Set del_flg
at line 322
integer
getDelFlg()
Get del_flg
at line 333
Category
setCategoryCount(CategoryCount $categoryCount = null)
Set CategoryCount
at line 345
CategoryCount
getCategoryCount()
Get CategoryCount
at line 356
Category
setCategoryTotalCount(CategoryTotalCount $categoryTotalCount = null)
Set CategoryTotalCount
at line 368
CategoryTotalCount
getCategoryTotalCount()
Get CategoryTotalCount
at line 379
Category
addProductCategory(ProductCategory $productCategories)
Add ProductCategories
at line 391
removeProductCategory(ProductCategory $productCategories)
Remove ProductCategories
at line 401
Collection
getProductCategories()
Get ProductCategories
at line 424
removeChild(Category $children)
Remove Children
at line 434
Collection
getChildren()
Get Children
at line 457
Category
getParent()
Get Parent
at line 480
Member
getCreator()
Get Creator