PHP Class Sulu\Bundle\CategoryBundle\Entity\Category

Inheritance: implements Sulu\Bundle\CategoryBundle\Entity\CategoryInterface
Afficher le fichier Open project: sulu/sulu Class Usage Examples

Protected Properties

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__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 )

Method Details

__construct() public méthode

Constructor.
public __construct ( )

addChild() public méthode

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

addChildren() public méthode

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

addMeta() public méthode

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

addTranslation() public méthode

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

findTranslationByLocale() public méthode

public findTranslationByLocale ( $locale )

getChanged() public méthode

public getChanged ( )

getChanger() public méthode

public getChanger ( )

getChildren() public méthode

public getChildren ( )

getCreated() public méthode

public getCreated ( )

getCreator() public méthode

public getCreator ( )

getDefaultLocale() public méthode

public getDefaultLocale ( )

getDepth() public méthode

public getDepth ( )

getId() public méthode

public getId ( )

getKey() public méthode

public getKey ( )

getLft() public méthode

public getLft ( )

getMeta() public méthode

public getMeta ( )

getParent() public méthode

public getParent ( )

getRgt() public méthode

public getRgt ( )

getTranslations() public méthode

public getTranslations ( )

removeChild() public méthode

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

removeChildren() public méthode

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

removeMeta() public méthode

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

removeTranslation() public méthode

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

setChanged() public méthode

public setChanged ( DateTime $changed )
$changed DateTime

setChanger() public méthode

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

setCreator() public méthode

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

setDefaultLocale() public méthode

public setDefaultLocale ( $defaultLocale )

setDepth() public méthode

public setDepth ( $depth )

setId() public méthode

public setId ( $id )

setKey() public méthode

public setKey ( $key )

setLft() public méthode

public setLft ( $lft )

setParent() public méthode

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

setRgt() public méthode

public setRgt ( $rgt )

Property Details

$changed protected_oe property

protected DateTime $changed
Résultat DateTime

$changer protected_oe property

protected UserInterface,Sulu\Component\Security\Authentication $changer
Résultat Sulu\Component\Security\Authentication\UserInterface

$children protected_oe property

protected Collection,Doctrine\Common\Collections $children
Résultat Doctrine\Common\Collections\Collection

$created protected_oe property

protected DateTime $created
Résultat DateTime

$creator protected_oe property

protected UserInterface,Sulu\Component\Security\Authentication $creator
Résultat Sulu\Component\Security\Authentication\UserInterface

$defaultLocale protected_oe property

protected string $defaultLocale
Résultat string

$depth protected_oe property

protected int $depth
Résultat integer

$id protected_oe property

protected int $id
Résultat integer

$key protected_oe property

protected string $key
Résultat string

$lft protected_oe property

protected int $lft
Résultat integer

$meta protected_oe property

protected Collection,Doctrine\Common\Collections $meta
Résultat Doctrine\Common\Collections\Collection

$parent protected_oe property

protected CategoryInterface,Sulu\Bundle\CategoryBundle\Entity $parent
Résultat Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

$rgt protected_oe property

protected int $rgt
Résultat integer

$translations protected_oe property

protected Collection,Doctrine\Common\Collections $translations
Résultat Doctrine\Common\Collections\Collection