PHP 클래스 Sulu\Bundle\CategoryBundle\Entity\CategoryTranslation

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

public __construct ( )

addKeyword() 공개 메소드

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

getCategory() 공개 메소드

public getCategory ( )

getChanged() 공개 메소드

public getChanged ( )

getChanger() 공개 메소드

public getChanger ( )

getCreated() 공개 메소드

public getCreated ( )

getCreator() 공개 메소드

public getCreator ( )

getDescription() 공개 메소드

public getDescription ( )

getId() 공개 메소드

public getId ( )

getKeywords() 공개 메소드

public getKeywords ( )

getLocale() 공개 메소드

public getLocale ( )

getMedias() 공개 메소드

public getMedias ( )

getTranslation() 공개 메소드

public getTranslation ( )

hasKeyword() 공개 메소드

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

removeKeyword() 공개 메소드

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

setCategory() 공개 메소드

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

setChanged() 공개 메소드

public setChanged ( $changed )

setChanger() 공개 메소드

public setChanger ( $changer )

setCreated() 공개 메소드

public setCreated ( $created )

setCreator() 공개 메소드

public setCreator ( $creator )

setDescription() 공개 메소드

public setDescription ( $description )

setLocale() 공개 메소드

public setLocale ( $locale )

setMedias() 공개 메소드

public setMedias ( $medias )

setTranslation() 공개 메소드

public setTranslation ( $translation )

프로퍼티 상세

$category 보호되어 있는 프로퍼티

protected CategoryInterface,Sulu\Bundle\CategoryBundle\Entity $category
리턴 Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

$changed 보호되어 있는 프로퍼티

protected DateTime $changed
리턴 DateTime

$changer 보호되어 있는 프로퍼티

protected UserInterface,Sulu\Component\Security\Authentication $changer
리턴 Sulu\Component\Security\Authentication\UserInterface

$created 보호되어 있는 프로퍼티

protected DateTime $created
리턴 DateTime

$creator 보호되어 있는 프로퍼티

protected UserInterface,Sulu\Component\Security\Authentication $creator
리턴 Sulu\Component\Security\Authentication\UserInterface

$description 보호되어 있는 프로퍼티

protected string $description
리턴 string

$id 보호되어 있는 프로퍼티

protected int $id
리턴 integer

$keywords 보호되어 있는 프로퍼티

protected Collection,Doctrine\Common\Collections $keywords
리턴 Doctrine\Common\Collections\Collection

$locale 보호되어 있는 프로퍼티

protected string $locale
리턴 string

$medias 보호되어 있는 프로퍼티

protected Media[],Sulu\Bundle\MediaBundle\Entity $medias
리턴 Sulu\Bundle\MediaBundle\Entity\Media[]

$translation 보호되어 있는 프로퍼티

protected string $translation
리턴 string