PHP 클래스 Sulu\Bundle\MediaBundle\Entity\BaseCollection

상속: implements Sulu\Bundle\MediaBundle\Entity\CollectionInterface
파일 보기 프로젝트 열기: sulu/sulu

보호된 프로퍼티들

프로퍼티 타입 설명
$changed DateTime
$changer Sulu\Component\Security\Authentication\UserInterface
$created DateTime
$creator Sulu\Component\Security\Authentication\UserInterface
$depth integer
$id integer
$lft integer
$rgt integer
$style string
$type CollectionType

공개 메소드들

메소드 설명
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 Set key.
getLft ( ) : integer Get lft.
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.
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 ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Get key.
setLft ( integer $lft ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Set lft.
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() 공개 메소드

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

getLft() 공개 메소드

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

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

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

Get key.
public setKey ( string $key ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$key string
리턴 Sulu\Bundle\MediaBundle\Entity\CollectionInterface

setLft() 공개 메소드

Set lft.
public setLft ( integer $lft ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$lft integer
리턴 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

프로퍼티 상세

$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

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

protected int $depth
리턴 integer

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

protected int $id
리턴 integer

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

protected int $lft
리턴 integer

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

protected int $rgt
리턴 integer

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

protected string $style
리턴 string

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

protected CollectionType,Sulu\Bundle\MediaBundle\Entity $type
리턴 CollectionType