PHP 클래스 Swiftriver\Core\ObjectModel\Content

저자: mg[at]swiftly[dot]org
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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[]