PHP Class Newscoop\View\ArticleView

Inheritance: extends View
Mostra file Open project: sourcefabric/newscoop

Public Properties

Property Type Description
$authors array
$created DateTime
$fields array
$indexed DateTime
$issue_number integer
$keywords array
$language string
$languageId integer
$number integer
$onFrontPage string
$onSection string
$publication_number integer
$published DateTime
$section_number integer
$title string
$topics array
$type string
$updated DateTime
$webcode string

Property Details

$authors public_oe property

public array $authors
return array

$created public_oe property

public DateTime $created
return DateTime

$fields public_oe property

public array $fields
return array

$indexed public_oe property

public DateTime $indexed
return DateTime

$issue_number public_oe property

public int $issue_number
return integer

$keywords public_oe property

public array $keywords
return array

$language public_oe property

public string $language
return string

$languageId public_oe property

public int $languageId
return integer

$number public_oe property

public int $number
return integer

$onFrontPage public_oe property

public string $onFrontPage
return string

$onSection public_oe property

public string $onSection
return string

$publication_number public_oe property

public int $publication_number
return integer

$published public_oe property

public DateTime $published
return DateTime

$section_number public_oe property

public int $section_number
return integer

$title public_oe property

public string $title
return string

$topics public_oe property

public array $topics
return array

$type public_oe property

public string $type
return string

$updated public_oe property

public DateTime $updated
return DateTime

$webcode public_oe property

public string $webcode
return string