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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$changed DateTime
$changer Sulu\Component\Security\Authentication\UserInterface
$collection Sulu\Bundle\MediaBundle\Entity\CollectionInterface
$created DateTime
$creator Sulu\Component\Security\Authentication\UserInterface
$files Doctrine\Common\Collections\Collection
$id integer
$previewImage Media
$type MediaType

공개 메소드들

메소드 설명
__construct ( ) Constructor.
addFile ( File $files ) : Media Add files.
getChanged ( ) : DateTime Get changed.
getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface Get changer.
getCollection ( ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Get collectionInterface.
getCreated ( ) : DateTime Get created.
getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface Get creator.
getFiles ( ) : File[] Get files.
getId ( ) : integer Get id.
getPreviewImage ( ) : Media Get preview image.
getType ( ) : MediaType Get type.
removeFile ( File $files ) Remove files.
setChanged ( DateTime $changed ) Set changed.
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : Media Set changer.
setCollection ( Sulu\Bundle\MediaBundle\Entity\CollectionInterface $collection ) : Media Set collection.
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : Media Set creator.
setPreviewImage ( Media $previewImage = null ) : Media Set preview image.
setType ( MediaType $type ) : Media Set type.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

addFile() 공개 메소드

Add files.
public addFile ( File $files ) : Media
$files File
리턴 Media

getChanged() 공개 메소드

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

getChanger() 공개 메소드

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

getCollection() 공개 메소드

Get collectionInterface.
public getCollection ( ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
리턴 Sulu\Bundle\MediaBundle\Entity\CollectionInterface

getCreated() 공개 메소드

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

getCreator() 공개 메소드

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

getFiles() 공개 메소드

Get files.
public getFiles ( ) : File[]
리턴 File[]

getId() 공개 메소드

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

getPreviewImage() 공개 메소드

Get preview image.
public getPreviewImage ( ) : Media
리턴 Media

getType() 공개 메소드

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

removeFile() 공개 메소드

Remove files.
public removeFile ( File $files )
$files File

setChanged() 공개 메소드

Set changed.
public setChanged ( DateTime $changed )
$changed DateTime

setChanger() 공개 메소드

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

setCollection() 공개 메소드

Set collection.
public setCollection ( Sulu\Bundle\MediaBundle\Entity\CollectionInterface $collection ) : Media
$collection Sulu\Bundle\MediaBundle\Entity\CollectionInterface
리턴 Media

setCreator() 공개 메소드

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

setPreviewImage() 공개 메소드

Set preview image.
public setPreviewImage ( Media $previewImage = null ) : Media
$previewImage Media
리턴 Media

setType() 공개 메소드

Set type.
public setType ( MediaType $type ) : Media
$type MediaType
리턴 Media

프로퍼티 상세

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

protected DateTime $changed
리턴 DateTime

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

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

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

protected CollectionInterface,Sulu\Bundle\MediaBundle\Entity $collection
리턴 Sulu\Bundle\MediaBundle\Entity\CollectionInterface

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

protected DateTime $created
리턴 DateTime

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

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

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

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

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

protected int $id
리턴 integer

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

protected Media,Sulu\Bundle\MediaBundle\Entity $previewImage
리턴 Media

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

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