PHP 클래스 Newscoop\Entity\Picture

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

보호된 프로퍼티들

프로퍼티 타입 설명
$caption string
$contentType string
$created DateTime
$date DateTime
$headline string
$id integer
$imageFileName string
$location string
$photographer string
$place string
$source string
$status string
$thumbnailFileName string
$updated DateTime
$uploadedBy Newscoop\Entity\User
$url string

공개 메소드들

메소드 설명
getCaption ( ) : string Get caption
getContentType ( ) : string Get content type
getDate ( ) : DateTime Get date
getHeadline ( ) : string Get headline
getPhotographer ( ) : string Get photographer
getPlace ( ) : string Get place
getSource ( ) : string Get source
isApproved ( ) : boolean Test if is approved

메소드 상세

getCaption() 공개 메소드

Get caption
public getCaption ( ) : string
리턴 string

getContentType() 공개 메소드

Get content type
public getContentType ( ) : string
리턴 string

getDate() 공개 메소드

Get date
public getDate ( ) : DateTime
리턴 DateTime

getHeadline() 공개 메소드

Get headline
public getHeadline ( ) : string
리턴 string

getPhotographer() 공개 메소드

Get photographer
public getPhotographer ( ) : string
리턴 string

getPlace() 공개 메소드

Get place
public getPlace ( ) : string
리턴 string

getSource() 공개 메소드

Get source
public getSource ( ) : string
리턴 string

isApproved() 공개 메소드

Test if is approved
public isApproved ( ) : boolean
리턴 boolean

프로퍼티 상세

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

protected string $caption
리턴 string

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

protected string $contentType
리턴 string

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

protected DateTime $created
리턴 DateTime

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

protected DateTime $date
리턴 DateTime

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

protected string $headline
리턴 string

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

protected int $id
리턴 integer

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

protected string $imageFileName
리턴 string

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

protected string $location
리턴 string

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

protected string $photographer
리턴 string

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

protected string $place
리턴 string

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

protected string $source
리턴 string

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

protected string $status
리턴 string

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

protected string $thumbnailFileName
리턴 string

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

protected DateTime $updated
리턴 DateTime

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

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

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

protected string $url
리턴 string