PHP Class Newscoop\Entity\Picture

Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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 méthode

Get caption
public getCaption ( ) : string
Résultat string

getContentType() public méthode

Get content type
public getContentType ( ) : string
Résultat string

getDate() public méthode

Get date
public getDate ( ) : DateTime
Résultat DateTime

getHeadline() public méthode

Get headline
public getHeadline ( ) : string
Résultat string

getPhotographer() public méthode

Get photographer
public getPhotographer ( ) : string
Résultat string

getPlace() public méthode

Get place
public getPlace ( ) : string
Résultat string

getSource() public méthode

Get source
public getSource ( ) : string
Résultat string

isApproved() public méthode

Test if is approved
public isApproved ( ) : boolean
Résultat boolean

Property Details

$caption protected_oe property

protected string $caption
Résultat string

$contentType protected_oe property

protected string $contentType
Résultat string

$created protected_oe property

protected DateTime $created
Résultat DateTime

$date protected_oe property

protected DateTime $date
Résultat DateTime

$headline protected_oe property

protected string $headline
Résultat string

$id protected_oe property

protected int $id
Résultat integer

$imageFileName protected_oe property

protected string $imageFileName
Résultat string

$location protected_oe property

protected string $location
Résultat string

$photographer protected_oe property

protected string $photographer
Résultat string

$place protected_oe property

protected string $place
Résultat string

$source protected_oe property

protected string $source
Résultat string

$status protected_oe property

protected string $status
Résultat string

$thumbnailFileName protected_oe property

protected string $thumbnailFileName
Résultat string

$updated protected_oe property

protected DateTime $updated
Résultat DateTime

$uploadedBy protected_oe property

protected Newscoop\Entity\User $uploadedBy
Résultat Newscoop\Entity\User

$url protected_oe property

protected string $url
Résultat string