PHP Class Sulu\Bundle\CategoryBundle\Entity\CategoryTranslation

Afficher le fichier Open project: sulu/sulu Class Usage Examples

Protected Properties

Свойство Type Description
$category Sulu\Bundle\CategoryBundle\Entity\CategoryInterface
$changed DateTime
$changer Sulu\Component\Security\Authentication\UserInterface
$created DateTime
$creator Sulu\Component\Security\Authentication\UserInterface
$description string
$id integer
$keywords Doctrine\Common\Collections\Collection
$locale string
$medias Sulu\Bundle\MediaBundle\Entity\Media[]
$translation string

Méthodes publiques

Méthode Description
__construct ( )
addKeyword ( Sulu\Bundle\CategoryBundle\Entity\KeywordInterface $keyword )
getCategory ( )
getChanged ( )
getChanger ( )
getCreated ( )
getCreator ( )
getDescription ( )
getId ( )
getKeywords ( )
getLocale ( )
getMedias ( )
getTranslation ( )
hasKeyword ( Sulu\Bundle\CategoryBundle\Entity\KeywordInterface $keyword )
removeKeyword ( Sulu\Bundle\CategoryBundle\Entity\KeywordInterface $keyword )
setCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category )
setChanged ( $changed )
setChanger ( $changer )
setCreated ( $created )
setCreator ( $creator )
setDescription ( $description )
setLocale ( $locale )
setMedias ( $medias )
setTranslation ( $translation )

Method Details

__construct() public méthode

public __construct ( )

addKeyword() public méthode

public addKeyword ( Sulu\Bundle\CategoryBundle\Entity\KeywordInterface $keyword )
$keyword Sulu\Bundle\CategoryBundle\Entity\KeywordInterface

getCategory() public méthode

public getCategory ( )

getChanged() public méthode

public getChanged ( )

getChanger() public méthode

public getChanger ( )

getCreated() public méthode

public getCreated ( )

getCreator() public méthode

public getCreator ( )

getDescription() public méthode

public getDescription ( )

getId() public méthode

public getId ( )

getKeywords() public méthode

public getKeywords ( )

getLocale() public méthode

public getLocale ( )

getMedias() public méthode

public getMedias ( )

getTranslation() public méthode

public getTranslation ( )

hasKeyword() public méthode

public hasKeyword ( Sulu\Bundle\CategoryBundle\Entity\KeywordInterface $keyword )
$keyword Sulu\Bundle\CategoryBundle\Entity\KeywordInterface

removeKeyword() public méthode

public removeKeyword ( Sulu\Bundle\CategoryBundle\Entity\KeywordInterface $keyword )
$keyword Sulu\Bundle\CategoryBundle\Entity\KeywordInterface

setCategory() public méthode

public setCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category )
$category Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

setChanged() public méthode

public setChanged ( $changed )

setChanger() public méthode

public setChanger ( $changer )

setCreated() public méthode

public setCreated ( $created )

setCreator() public méthode

public setCreator ( $creator )

setDescription() public méthode

public setDescription ( $description )

setLocale() public méthode

public setLocale ( $locale )

setMedias() public méthode

public setMedias ( $medias )

setTranslation() public méthode

public setTranslation ( $translation )

Property Details

$category protected_oe property

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

$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

$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

$description protected_oe property

protected string $description
Résultat string

$id protected_oe property

protected int $id
Résultat integer

$keywords protected_oe property

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

$locale protected_oe property

protected string $locale
Résultat string

$medias protected_oe property

protected Media[],Sulu\Bundle\MediaBundle\Entity $medias
Résultat Sulu\Bundle\MediaBundle\Entity\Media[]

$translation protected_oe property

protected string $translation
Résultat string