PHP Класс Sulu\Bundle\CategoryBundle\Entity\Category

Наследование: implements Sulu\Bundle\CategoryBundle\Entity\CategoryInterface
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$changed DateTime
$changer Sulu\Component\Security\Authentication\UserInterface
$children Doctrine\Common\Collections\Collection
$created DateTime
$creator Sulu\Component\Security\Authentication\UserInterface
$defaultLocale string
$depth integer
$id integer
$key string
$lft integer
$meta Doctrine\Common\Collections\Collection
$parent Sulu\Bundle\CategoryBundle\Entity\CategoryInterface
$rgt integer
$translations Doctrine\Common\Collections\Collection

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

Метод Описание
__construct ( ) Constructor.
addChild ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
addChildren ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
addMeta ( Sulu\Bundle\CategoryBundle\Entity\CategoryMetaInterface $meta )
addTranslation ( Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface $translations )
findTranslationByLocale ( $locale )
getChanged ( )
getChanger ( )
getChildren ( )
getCreated ( )
getCreator ( )
getDefaultLocale ( )
getDepth ( )
getId ( )
getKey ( )
getLft ( )
getMeta ( )
getParent ( )
getRgt ( )
getTranslations ( )
removeChild ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
removeChildren ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
removeMeta ( Sulu\Bundle\CategoryBundle\Entity\CategoryMetaInterface $meta )
removeTranslation ( Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface $translations )
setChanged ( DateTime $changed )
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null )
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null )
setDefaultLocale ( $defaultLocale )
setDepth ( $depth )
setId ( $id )
setKey ( $key )
setLft ( $lft )
setParent ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $parent = null )
setRgt ( $rgt )

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

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

Constructor.
public __construct ( )

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

public addChild ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
$child Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

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

public addChildren ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
$child Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

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

public addMeta ( Sulu\Bundle\CategoryBundle\Entity\CategoryMetaInterface $meta )
$meta Sulu\Bundle\CategoryBundle\Entity\CategoryMetaInterface

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

public addTranslation ( Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface $translations )
$translations Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface

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

public findTranslationByLocale ( $locale )

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

public getChanged ( )

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

public getChanger ( )

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

public getChildren ( )

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

public getCreated ( )

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

public getCreator ( )

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

public getDefaultLocale ( )

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

public getDepth ( )

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

public getId ( )

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

public getKey ( )

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

public getLft ( )

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

public getMeta ( )

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

public getParent ( )

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

public getRgt ( )

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

public getTranslations ( )

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

public removeChild ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
$child Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

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

public removeChildren ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
$child Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

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

public removeMeta ( Sulu\Bundle\CategoryBundle\Entity\CategoryMetaInterface $meta )
$meta Sulu\Bundle\CategoryBundle\Entity\CategoryMetaInterface

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

public removeTranslation ( Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface $translations )
$translations Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface

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

public setChanged ( DateTime $changed )
$changed DateTime

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

public setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null )
$changer Sulu\Component\Security\Authentication\UserInterface

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

public setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null )
$creator Sulu\Component\Security\Authentication\UserInterface

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

public setDefaultLocale ( $defaultLocale )

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

public setDepth ( $depth )

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

public setId ( $id )

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

public setKey ( $key )

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

public setLft ( $lft )

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

public setParent ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $parent = null )
$parent Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

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

public setRgt ( $rgt )

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

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

protected DateTime $changed
Результат DateTime

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

protected UserInterface,Sulu\Component\Security\Authentication $changer
Результат Sulu\Component\Security\Authentication\UserInterface

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

protected Collection,Doctrine\Common\Collections $children
Результат Doctrine\Common\Collections\Collection

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

protected DateTime $created
Результат DateTime

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

protected UserInterface,Sulu\Component\Security\Authentication $creator
Результат Sulu\Component\Security\Authentication\UserInterface

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

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

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

protected int $depth
Результат integer

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

protected int $id
Результат integer

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

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

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

protected int $lft
Результат integer

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

protected Collection,Doctrine\Common\Collections $meta
Результат Doctrine\Common\Collections\Collection

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

protected CategoryInterface,Sulu\Bundle\CategoryBundle\Entity $parent
Результат Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

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

protected int $rgt
Результат integer

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

protected Collection,Doctrine\Common\Collections $translations
Результат Doctrine\Common\Collections\Collection