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

Показать файл Открыть проект

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

Свойство Тип Описание
$applicationIds string[] application ids
$applicationProfileImages string[] application profile images
$date integer The time() value when the source was first created
$email string The email address of the source
$gisData GisData[] The array of location data
$id string The genuine unique ID of this source
$link string The link to the source
$name string The friendly name of this source
$parent string The ID of the parent channel object
$score integer The trust score for this source
$subType string The subtype of the source - given by the parser
$type string The type of the source - given by the parser

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

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

application ids
public string[] $applicationIds
Результат string[]

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

application profile images
public string[] $applicationProfileImages
Результат string[]

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

The time() value when the source was first created
public int $date
Результат integer

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

The email address of the source
public string $email
Результат string

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

The array of location data
public GisData[],Swiftriver\Core\ObjectModel $gisData
Результат GisData[]

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

The genuine unique ID of this source
public string $id
Результат string

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

The friendly name of this source
public string $name
Результат string

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

The ID of the parent channel object
public string $parent
Результат string

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

The trust score for this source
public int $score
Результат integer

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

The subtype of the source - given by the parser
public string $subType
Результат string

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

The type of the source - given by the parser
public string $type
Результат string