PHP 클래스 Sulu\Bundle\TagBundle\Entity\Tag

상속: extends Sulu\Bundle\CoreBundle\Entity\ApiEntity, implements Sulu\Component\Persistence\Model\AuditableInterface
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__toString ( )
getChanged ( ) : DateTime Get changed.
getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface Get changer.
getCreated ( ) : DateTime Get created.
getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface Get creator.
getId ( ) : integer Get id.
getName ( ) : string Get name.
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : Tag Set changer.
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : Tag Set creator.
setId ( integer $id ) : Tag Set id.
setName ( string $name ) : Tag Set name.

메소드 상세

__toString() 공개 메소드

public __toString ( )

getChanged() 공개 메소드

Get changed.
public getChanged ( ) : DateTime
리턴 DateTime

getChanger() 공개 메소드

Get changer.
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface
리턴 Sulu\Component\Security\Authentication\UserInterface

getCreated() 공개 메소드

Get created.
public getCreated ( ) : DateTime
리턴 DateTime

getCreator() 공개 메소드

Get creator.
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface
리턴 Sulu\Component\Security\Authentication\UserInterface

getId() 공개 메소드

Get id.
public getId ( ) : integer
리턴 integer

getName() 공개 메소드

Get name.
public getName ( ) : string
리턴 string

setChanger() 공개 메소드

Set changer.
public setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : Tag
$changer Sulu\Component\Security\Authentication\UserInterface
리턴 Tag

setCreator() 공개 메소드

Set creator.
public setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : Tag
$creator Sulu\Component\Security\Authentication\UserInterface
리턴 Tag

setId() 공개 메소드

Set id.
public setId ( integer $id ) : Tag
$id integer
리턴 Tag

setName() 공개 메소드

Set name.
public setName ( string $name ) : Tag
$name string
리턴 Tag