PHP Класс PartKeepr\PartBundle\Entity\PartCategory

Наследование: extends PartKeepr\CategoryBundle\Entity\AbstractCategory, implements PartKeepr\CategoryBundle\Entity\CategoryPathInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$categoryPath string
$children
$parent

Открытые методы

Метод Описание
generateCategoryPath ( $pathSeparator )
getCategoryPath ( ) : string Returns the category path.
getChildren ( ) : ArrayCollection Returns the children.
getParent ( ) : mixed Returns the parent category.
setCategoryPath ( $categoryPath )
setParent ( AbstractCategory | null $parent = null ) Sets the parent category.

Описание методов

generateCategoryPath() публичный Метод

public generateCategoryPath ( $pathSeparator )

getCategoryPath() публичный Метод

Returns the category path.
public getCategoryPath ( ) : string
Результат string

getChildren() публичный Метод

Returns the children.
public getChildren ( ) : ArrayCollection
Результат Doctrine\Common\Collections\ArrayCollection

getParent() публичный Метод

Returns the parent category.
public getParent ( ) : mixed
Результат mixed

setCategoryPath() публичный Метод

public setCategoryPath ( $categoryPath )

setParent() публичный Метод

Sets the parent category.
public setParent ( AbstractCategory | null $parent = null )
$parent PartKeepr\CategoryBundle\Entity\AbstractCategory | null

Описание свойств

$categoryPath защищенное свойство

protected string $categoryPath
Результат string

$children защищенное свойство

protected $children

$parent защищенное свойство

protected $parent