PHP Класс Swiftriver\Core\ObjectModel\Content

Автор: mg[at]swiftly[dot]org
Показать файл Открыть проект Примеры использования класса

Открытые свойства

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

Описание свойств

$date публичное свойство

the publish date of the content
public timestamp $date
Результат timestamp

$difs публичное свойство

The array of DIFs
public DuplicationIdentificationFieldCollection[],Swiftriver\Core\ObjectModel $difs
Результат DuplicationIdentificationFieldCollection[]

$extensions публичное свойство

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
Результат array

$gisData публичное свойство

The global positioning data for this content
public GisData; $gisData
Результат GisData;

$id публичное свойство

The unique Id of the content
public sytring $id
Результат sytring

$source публичное свойство

The source of the content
public Source,Swiftriver\Core\ObjectModel $source
Результат Source

$state публичное свойство

The current state of the content
public string $state
Результат string

$tags публичное свойство

An array of tags for the content
public Tag[],Swiftriver\Core\ObjectModel $tags
Результат Tag[]

$text публичное свойство

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
Результат LanguageSpecificText[]