PHP Class Swiftriver\Core\ObjectModel\Content

Author: mg[at]swiftly[dot]org
Afficher le fichier Open project: ushahidi/Swiftriver-2011 Class Usage Examples

Méthodes publiques

Свойство Type Description
$date timestamp the publish date of the content
$difs DuplicationIdentificationFieldCollection[] The array of DIFs
$extensions array This is the primary mechnisum for extending the product item class, You can use this associative array in any way you can imagine! All you need to be aware of is how the data will be used later on.
$gisData GisData; The global positioning data for this content
$id sytring The unique Id of the content
$link string The hyperlink to the original content
$source Source The source of the content
$state string The current state of the content
$tags Tag[] An array of tags for the content
$text LanguageSpecificText[] A none-assisative array of language specific text associated with the content. Each element of the array is an instance of the Core\ObjectModel\LanguageSpecificText class

Property Details

$date public_oe property

the publish date of the content
public timestamp $date
Résultat timestamp

$difs public_oe property

The array of DIFs
public DuplicationIdentificationFieldCollection[],Swiftriver\Core\ObjectModel $difs
Résultat DuplicationIdentificationFieldCollection[]

$extensions public_oe property

This is the primary mechnisum for extending the product item class, You can use this associative array in any way you can imagine! All you need to be aware of is how the data will be used later on.
public array $extensions
Résultat array

$gisData public_oe property

The global positioning data for this content
public GisData; $gisData
Résultat GisData;

$id public_oe property

The unique Id of the content
public sytring $id
Résultat sytring

$source public_oe property

The source of the content
public Source,Swiftriver\Core\ObjectModel $source
Résultat Source

$state public_oe property

The current state of the content
public string $state
Résultat string

$tags public_oe property

An array of tags for the content
public Tag[],Swiftriver\Core\ObjectModel $tags
Résultat Tag[]

$text public_oe property

A none-assisative array of language specific text associated with the content. Each element of the array is an instance of the Core\ObjectModel\LanguageSpecificText class
public LanguageSpecificText[],Swiftriver\Core\ObjectModel $text
Résultat LanguageSpecificText[]