PHP Класс Newscoop\Entity\Picture

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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