PHP 클래스 Newscoop\Entity\Attachment

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$contentDisposition string
$created DateTime
$description Newscoop\Entity\Translation
$extension string
$httpCharset string
$id integer
$language Newscoop\Entity\Language
$mimeType string
$name string
$sizeInBytes integer
$source string
$status string
$updated DateTime
$user Newscoop\Entity\User

공개 메소드들

메소드 설명
getContentDisposition ( ) : string Gets the value of contentDisposition.
getCreated ( ) : DateTime Gets the value of created.
getDescription ( ) : Translation Gets the value of description.
getExtension ( ) : string Gets the value of extension.
getHttpCharset ( ) : string Gets the value of httpCharset.
getId ( ) : integer Gets the value of id.
getLanguage ( ) : Newscoop\Entity\Language Gets the value of language.
getMimeType ( ) : string Gets the value of mimeType.
getName ( ) : string Gets the value of name.
getSizeInBytes ( ) : integer Gets the value of sizeInBytes.
getSource ( ) : string Gets the value of source.
getStatus ( ) : string Gets the value of status.
getUpdated ( ) : DateTime Gets the value of updated.
getUser ( ) : Newscoop\Entity\User Gets the value of user.
getUserId ( ) : string Get User id
preUpdate ( )
setContentDisposition ( string $contentDisposition ) : self Sets the value of contentDisposition.
setCreated ( DateTime $created ) : self Sets the value of created.
setDescription ( Translation $description ) : self Sets the value of description.
setExtension ( string $extension ) : self Sets the value of extension.
setHttpCharset ( string $httpCharset ) : self Sets the value of httpCharset.
setId ( integer $id ) : self Sets the value of id.
setLanguage ( Language $language ) : self Sets the value of language.
setMimeType ( string $mimeType ) : self Sets the value of mimeType.
setName ( string $name ) : self Sets the value of name.
setSizeInBytes ( integer $sizeInBytes ) : self Sets the value of sizeInBytes.
setSource ( string $source ) : self Sets the value of source.
setStatus ( string $status ) : self Sets the value of status.
setUpdated ( DateTime $updated ) : self Sets the value of updated.
setUser ( mixed $user ) : self Sets the value of user.

메소드 상세

getContentDisposition() 공개 메소드

Gets the value of contentDisposition.
public getContentDisposition ( ) : string
리턴 string

getCreated() 공개 메소드

Gets the value of created.
public getCreated ( ) : DateTime
리턴 DateTime

getDescription() 공개 메소드

Gets the value of description.
public getDescription ( ) : Translation
리턴 Translation

getExtension() 공개 메소드

Gets the value of extension.
public getExtension ( ) : string
리턴 string

getHttpCharset() 공개 메소드

Gets the value of httpCharset.
public getHttpCharset ( ) : string
리턴 string

getId() 공개 메소드

Gets the value of id.
public getId ( ) : integer
리턴 integer

getLanguage() 공개 메소드

Gets the value of language.
public getLanguage ( ) : Newscoop\Entity\Language
리턴 Newscoop\Entity\Language

getMimeType() 공개 메소드

Gets the value of mimeType.
public getMimeType ( ) : string
리턴 string

getName() 공개 메소드

Gets the value of name.
public getName ( ) : string
리턴 string

getSizeInBytes() 공개 메소드

Gets the value of sizeInBytes.
public getSizeInBytes ( ) : integer
리턴 integer

getSource() 공개 메소드

Gets the value of source.
public getSource ( ) : string
리턴 string

getStatus() 공개 메소드

Gets the value of status.
public getStatus ( ) : string
리턴 string

getUpdated() 공개 메소드

Gets the value of updated.
public getUpdated ( ) : DateTime
리턴 DateTime

getUser() 공개 메소드

Gets the value of user.
public getUser ( ) : Newscoop\Entity\User
리턴 Newscoop\Entity\User

getUserId() 공개 메소드

Get User id
public getUserId ( ) : string
리턴 string

preUpdate() 공개 메소드

public preUpdate ( )

setContentDisposition() 공개 메소드

Sets the value of contentDisposition.
public setContentDisposition ( string $contentDisposition ) : self
$contentDisposition string the content disposition
리턴 self

setCreated() 공개 메소드

Sets the value of created.
public setCreated ( DateTime $created ) : self
$created DateTime the created
리턴 self

setDescription() 공개 메소드

Sets the value of description.
public setDescription ( Translation $description ) : self
$description Translation the description
리턴 self

setExtension() 공개 메소드

Sets the value of extension.
public setExtension ( string $extension ) : self
$extension string the extension
리턴 self

setHttpCharset() 공개 메소드

Sets the value of httpCharset.
public setHttpCharset ( string $httpCharset ) : self
$httpCharset string the http charset
리턴 self

setId() 공개 메소드

Sets the value of id.
public setId ( integer $id ) : self
$id integer the id
리턴 self

setLanguage() 공개 메소드

Sets the value of language.
public setLanguage ( Language $language ) : self
$language Language the language
리턴 self

setMimeType() 공개 메소드

Sets the value of mimeType.
public setMimeType ( string $mimeType ) : self
$mimeType string the mime type
리턴 self

setName() 공개 메소드

Sets the value of name.
public setName ( string $name ) : self
$name string the name
리턴 self

setSizeInBytes() 공개 메소드

Sets the value of sizeInBytes.
public setSizeInBytes ( integer $sizeInBytes ) : self
$sizeInBytes integer the size in bytes
리턴 self

setSource() 공개 메소드

Sets the value of source.
public setSource ( string $source ) : self
$source string the source
리턴 self

setStatus() 공개 메소드

Sets the value of status.
public setStatus ( string $status ) : self
$status string the status
리턴 self

setUpdated() 공개 메소드

Sets the value of updated.
public setUpdated ( DateTime $updated ) : self
$updated DateTime the updated
리턴 self

setUser() 공개 메소드

Sets the value of user.
public setUser ( mixed $user ) : self
$user mixed the user
리턴 self

프로퍼티 상세

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

protected string $contentDisposition
리턴 string

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

protected DateTime $created
리턴 DateTime

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

protected Newscoop\Entity\Translation $description
리턴 Newscoop\Entity\Translation

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

protected string $extension
리턴 string

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

protected string $httpCharset
리턴 string

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

protected int $id
리턴 integer

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

protected Newscoop\Entity\Language $language
리턴 Newscoop\Entity\Language

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

protected string $mimeType
리턴 string

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

protected string $name
리턴 string

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

protected int $sizeInBytes
리턴 integer

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

protected string $source
리턴 string

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

protected string $status
리턴 string

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

protected DateTime $updated
리턴 DateTime

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

protected Newscoop\Entity\User $user
리턴 Newscoop\Entity\User