PHP Class Newscoop\Entity\Picture

Datei anzeigen Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Property Type Description
$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

Public Methods

Method Description
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

Method Details

getCaption() public method

Get caption
public getCaption ( ) : string
return string

getContentType() public method

Get content type
public getContentType ( ) : string
return string

getDate() public method

Get date
public getDate ( ) : DateTime
return DateTime

getHeadline() public method

Get headline
public getHeadline ( ) : string
return string

getPhotographer() public method

Get photographer
public getPhotographer ( ) : string
return string

getPlace() public method

Get place
public getPlace ( ) : string
return string

getSource() public method

Get source
public getSource ( ) : string
return string

isApproved() public method

Test if is approved
public isApproved ( ) : boolean
return boolean

Property Details

$caption protected_oe property

protected string $caption
return string

$contentType protected_oe property

protected string $contentType
return string

$created protected_oe property

protected DateTime $created
return DateTime

$date protected_oe property

protected DateTime $date
return DateTime

$headline protected_oe property

protected string $headline
return string

$id protected_oe property

protected int $id
return integer

$imageFileName protected_oe property

protected string $imageFileName
return string

$location protected_oe property

protected string $location
return string

$photographer protected_oe property

protected string $photographer
return string

$place protected_oe property

protected string $place
return string

$source protected_oe property

protected string $source
return string

$status protected_oe property

protected string $status
return string

$thumbnailFileName protected_oe property

protected string $thumbnailFileName
return string

$updated protected_oe property

protected DateTime $updated
return DateTime

$uploadedBy protected_oe property

protected Newscoop\Entity\User $uploadedBy
return Newscoop\Entity\User

$url protected_oe property

protected string $url
return string