PHP Interface Sulu\Bundle\CategoryBundle\Entity\KeywordInterface

Inheritance: extends Sulu\Component\Persistence\Model\AuditableInterface
Afficher le fichier Open project: sulu/sulu Interface Usage Examples

Méthodes publiques

Méthode Description
addCategoryTranslation ( Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface $categoryTranslation ) : Sulu\Bundle\CategoryBundle\Entity\KeywordInterface Add category-translation.
equals ( Sulu\Bundle\CategoryBundle\Entity\KeywordInterface $keyword ) : boolean
getCategoryTranslationCount ( ) : integer
getCategoryTranslations ( ) : Doctrine\Common\Collections\Collection Get categories.
getId ( ) : integer Get id.
getKeyword ( ) : string Get keyword.
getLocale ( ) : string Get locale.
isReferenced ( ) : boolean
isReferencedMultiple ( ) : boolean
removeCategoryTranslation ( Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface $categoryTranslation ) Remove category-translation.
setChanged ( DateTime $changed )
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer )
setCreated ( DateTime $created )
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator )
setKeyword ( string $keyword ) : Sulu\Bundle\CategoryBundle\Entity\KeywordInterface Set keyword.
setLocale ( string $locale ) : Sulu\Bundle\CategoryBundle\Entity\KeywordInterface Set locale.

Method Details

addCategoryTranslation() public méthode

Add category-translation.
public addCategoryTranslation ( Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface $categoryTranslation ) : Sulu\Bundle\CategoryBundle\Entity\KeywordInterface
$categoryTranslation Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface
Résultat Sulu\Bundle\CategoryBundle\Entity\KeywordInterface

equals() public méthode

public equals ( Sulu\Bundle\CategoryBundle\Entity\KeywordInterface $keyword ) : boolean
$keyword Sulu\Bundle\CategoryBundle\Entity\KeywordInterface
Résultat boolean

getCategoryTranslationCount() public méthode

getCategoryTranslations() public méthode

Get categories.
public getCategoryTranslations ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getId() public méthode

Get id.
public getId ( ) : integer
Résultat integer

getKeyword() public méthode

Get keyword.
public getKeyword ( ) : string
Résultat string

getLocale() public méthode

Get locale.
public getLocale ( ) : string
Résultat string

isReferenced() public méthode

public isReferenced ( ) : boolean
Résultat boolean

isReferencedMultiple() public méthode

public isReferencedMultiple ( ) : boolean
Résultat boolean

removeCategoryTranslation() public méthode

Remove category-translation.
public removeCategoryTranslation ( Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface $categoryTranslation )
$categoryTranslation 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 )
$changer Sulu\Component\Security\Authentication\UserInterface

setCreated() public méthode

public setCreated ( DateTime $created )
$created DateTime

setCreator() public méthode

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

setKeyword() public méthode

Set keyword.
public setKeyword ( string $keyword ) : Sulu\Bundle\CategoryBundle\Entity\KeywordInterface
$keyword string
Résultat Sulu\Bundle\CategoryBundle\Entity\KeywordInterface

setLocale() public méthode

Set locale.
public setLocale ( string $locale ) : Sulu\Bundle\CategoryBundle\Entity\KeywordInterface
$locale string
Résultat Sulu\Bundle\CategoryBundle\Entity\KeywordInterface