PHP Класс PartKeepr\StorageLocationBundle\Entity\StorageLocationCategory

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

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

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

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

Метод Описание
generateCategoryPath ( $pathSeparator )
getCategoryPath ( ) : string Returns the category path.
getChildren ( ) : ArrayCollection Returns the children.
getParent ( ) : mixed Returns the parent category.
getStorageLocations ( ) : ArrayCollection Returns the storage locations.
setCategoryPath ( $categoryPath )
setParent ( AbstractCategory $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

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

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

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

public setCategoryPath ( $categoryPath )

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

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

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

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

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

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

protected $children

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

protected $parent

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

protected $storageLocations