PHP Class Swiftriver\Core\ObjectModel\Source

Show file Open project: ushahidi/Swiftriver-2011

Public Properties

Property Type Description
$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

Property Details

$applicationIds public property

application ids
public string[] $applicationIds
return string[]

$applicationProfileImages public property

application profile images
public string[] $applicationProfileImages
return string[]

$date public property

The time() value when the source was first created
public int $date
return integer

$email public property

The email address of the source
public string $email
return string

$gisData public property

The array of location data
public GisData[],Swiftriver\Core\ObjectModel $gisData
return GisData[]

$id public property

The genuine unique ID of this source
public string $id
return string

$name public property

The friendly name of this source
public string $name
return string

$parent public property

The ID of the parent channel object
public string $parent
return string

$score public property

The trust score for this source
public int $score
return integer

$subType public property

The subtype of the source - given by the parser
public string $subType
return string

$type public property

The type of the source - given by the parser
public string $type
return string