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

상속: implements Sulu\Bundle\CategoryBundle\Entity\CategoryInterface
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$changed DateTime
$changer Sulu\Component\Security\Authentication\UserInterface
$children Doctrine\Common\Collections\Collection
$created DateTime
$creator Sulu\Component\Security\Authentication\UserInterface
$defaultLocale string
$depth integer
$id integer
$key string
$lft integer
$meta Doctrine\Common\Collections\Collection
$parent Sulu\Bundle\CategoryBundle\Entity\CategoryInterface
$rgt integer
$translations Doctrine\Common\Collections\Collection

공개 메소드들

메소드 설명
__construct ( ) Constructor.
addChild ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
addChildren ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
addMeta ( Sulu\Bundle\CategoryBundle\Entity\CategoryMetaInterface $meta )
addTranslation ( Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface $translations )
findTranslationByLocale ( $locale )
getChanged ( )
getChanger ( )
getChildren ( )
getCreated ( )
getCreator ( )
getDefaultLocale ( )
getDepth ( )
getId ( )
getKey ( )
getLft ( )
getMeta ( )
getParent ( )
getRgt ( )
getTranslations ( )
removeChild ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
removeChildren ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
removeMeta ( Sulu\Bundle\CategoryBundle\Entity\CategoryMetaInterface $meta )
removeTranslation ( Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface $translations )
setChanged ( DateTime $changed )
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null )
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null )
setDefaultLocale ( $defaultLocale )
setDepth ( $depth )
setId ( $id )
setKey ( $key )
setLft ( $lft )
setParent ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $parent = null )
setRgt ( $rgt )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

addChild() 공개 메소드

public addChild ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
$child Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

addChildren() 공개 메소드

public addChildren ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
$child Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

addMeta() 공개 메소드

public addMeta ( Sulu\Bundle\CategoryBundle\Entity\CategoryMetaInterface $meta )
$meta Sulu\Bundle\CategoryBundle\Entity\CategoryMetaInterface

addTranslation() 공개 메소드

public addTranslation ( Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface $translations )
$translations Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface

findTranslationByLocale() 공개 메소드

public findTranslationByLocale ( $locale )

getChanged() 공개 메소드

public getChanged ( )

getChanger() 공개 메소드

public getChanger ( )

getChildren() 공개 메소드

public getChildren ( )

getCreated() 공개 메소드

public getCreated ( )

getCreator() 공개 메소드

public getCreator ( )

getDefaultLocale() 공개 메소드

public getDefaultLocale ( )

getDepth() 공개 메소드

public getDepth ( )

getId() 공개 메소드

public getId ( )

getKey() 공개 메소드

public getKey ( )

getLft() 공개 메소드

public getLft ( )

getMeta() 공개 메소드

public getMeta ( )

getParent() 공개 메소드

public getParent ( )

getRgt() 공개 메소드

public getRgt ( )

getTranslations() 공개 메소드

public getTranslations ( )

removeChild() 공개 메소드

public removeChild ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
$child Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

removeChildren() 공개 메소드

public removeChildren ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $child )
$child Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

removeMeta() 공개 메소드

public removeMeta ( Sulu\Bundle\CategoryBundle\Entity\CategoryMetaInterface $meta )
$meta Sulu\Bundle\CategoryBundle\Entity\CategoryMetaInterface

removeTranslation() 공개 메소드

public removeTranslation ( Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface $translations )
$translations Sulu\Bundle\CategoryBundle\Entity\CategoryTranslationInterface

setChanged() 공개 메소드

public setChanged ( DateTime $changed )
$changed DateTime

setChanger() 공개 메소드

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

setCreator() 공개 메소드

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

setDefaultLocale() 공개 메소드

public setDefaultLocale ( $defaultLocale )

setDepth() 공개 메소드

public setDepth ( $depth )

setId() 공개 메소드

public setId ( $id )

setKey() 공개 메소드

public setKey ( $key )

setLft() 공개 메소드

public setLft ( $lft )

setParent() 공개 메소드

public setParent ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $parent = null )
$parent Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

setRgt() 공개 메소드

public setRgt ( $rgt )

프로퍼티 상세

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

protected DateTime $changed
리턴 DateTime

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

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

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

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

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

protected DateTime $created
리턴 DateTime

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

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

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

protected string $defaultLocale
리턴 string

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

protected int $depth
리턴 integer

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

protected int $id
리턴 integer

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

protected string $key
리턴 string

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

protected int $lft
리턴 integer

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

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

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

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

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

protected int $rgt
리턴 integer

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

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