PHP 인터페이스 Sulu\Bundle\CategoryBundle\Entity\KeywordInterface

상속: extends Sulu\Component\Persistence\Model\AuditableInterface
파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
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() 공개 메소드

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