PHP Интерфейс Sulu\Bundle\CategoryBundle\Entity\KeywordInterface

Наследование: extends Sulu\Component\Persistence\Model\AuditableInterface
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
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.

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

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

Add category-translation.
public addCategoryTranslation ( Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface $categoryTranslation ) : Sulu\Bundle\CategoryBundle\Entity\KeywordInterface
$categoryTranslation Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface
Результат Sulu\Bundle\CategoryBundle\Entity\KeywordInterface

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

public equals ( Sulu\Bundle\CategoryBundle\Entity\KeywordInterface $keyword ) : boolean
$keyword Sulu\Bundle\CategoryBundle\Entity\KeywordInterface
Результат boolean

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

public getCategoryTranslationCount ( ) : integer
Результат integer

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

Get categories.
public getCategoryTranslations ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

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

Get id.
public getId ( ) : integer
Результат integer

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

Get keyword.
public getKeyword ( ) : string
Результат string

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

Get locale.
public getLocale ( ) : string
Результат string

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

public isReferenced ( ) : boolean
Результат boolean

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

public isReferencedMultiple ( ) : boolean
Результат boolean

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

Remove category-translation.
public removeCategoryTranslation ( Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface $categoryTranslation )
$categoryTranslation Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface

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

public setChanged ( DateTime $changed )
$changed DateTime

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

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

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

public setCreated ( DateTime $created )
$created DateTime

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

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

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

Set keyword.
public setKeyword ( string $keyword ) : Sulu\Bundle\CategoryBundle\Entity\KeywordInterface
$keyword string
Результат Sulu\Bundle\CategoryBundle\Entity\KeywordInterface

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

Set locale.
public setLocale ( string $locale ) : Sulu\Bundle\CategoryBundle\Entity\KeywordInterface
$locale string
Результат Sulu\Bundle\CategoryBundle\Entity\KeywordInterface