PHP 인터페이스 Sulu\Bundle\MediaBundle\Entity\CollectionInterface

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

공개 메소드들

메소드 설명
getChanged ( ) : DateTime Get changed.
getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface Get changer.
getCreated ( ) : DateTime Get created.
getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface Get creator.
getDepth ( ) : integer Get depth.
getId ( ) : integer Get id.
getKey ( ) : string Get key.
getLft ( ) : integer Get lft.
getParent ( ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Get parent.
getRgt ( ) : integer Get rgt.
getStyle ( ) : string Get style.
getType ( ) : CollectionType Get type.
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Set changer.
setChildren ( Doctrine\Common\Collections\Collection $children )
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Set creator.
setDepth ( integer $depth ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Set depth.
setKey ( string $key ) Set key.
setLft ( integer $lft ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Set lft.
setParent ( Sulu\Bundle\MediaBundle\Entity\CollectionInterface $parent = null ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Set parent.
setRgt ( integer $rgt ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Set rgt.
setStyle ( string $style ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Set style.
setType ( CollectionType $type ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Set type.

메소드 상세

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

getDepth() 공개 메소드

Get depth.
public getDepth ( ) : integer
리턴 integer

getId() 공개 메소드

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

getKey() 공개 메소드

Get key.
public getKey ( ) : string
리턴 string

getLft() 공개 메소드

Get lft.
public getLft ( ) : integer
리턴 integer

getParent() 공개 메소드

Get parent.
public getParent ( ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
리턴 Sulu\Bundle\MediaBundle\Entity\CollectionInterface

getRgt() 공개 메소드

Get rgt.
public getRgt ( ) : integer
리턴 integer

getStyle() 공개 메소드

Get style.
public getStyle ( ) : string
리턴 string

getType() 공개 메소드

Get type.
public getType ( ) : CollectionType
리턴 CollectionType

setChanger() 공개 메소드

Set changer.
public setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$changer Sulu\Component\Security\Authentication\UserInterface
리턴 Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setChildren() 공개 메소드

public setChildren ( Doctrine\Common\Collections\Collection $children )
$children Doctrine\Common\Collections\Collection

setCreator() 공개 메소드

Set creator.
public setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$creator Sulu\Component\Security\Authentication\UserInterface
리턴 Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setDepth() 공개 메소드

Set depth.
public setDepth ( integer $depth ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$depth integer
리턴 Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setKey() 공개 메소드

Set key.
public setKey ( string $key )
$key string

setLft() 공개 메소드

Set lft.
public setLft ( integer $lft ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$lft integer
리턴 Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setParent() 공개 메소드

Set parent.
public setParent ( Sulu\Bundle\MediaBundle\Entity\CollectionInterface $parent = null ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$parent Sulu\Bundle\MediaBundle\Entity\CollectionInterface
리턴 Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setRgt() 공개 메소드

Set rgt.
public setRgt ( integer $rgt ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$rgt integer
리턴 Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setStyle() 공개 메소드

Set style.
public setStyle ( string $style ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$style string
리턴 Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setType() 공개 메소드

Set type.
public setType ( CollectionType $type ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$type CollectionType
리턴 Sulu\Bundle\MediaBundle\Entity\CollectionInterface