PHP Class Swiftriver\Core\ObjectModel\DuplicationIdentificationFieldCollection

Author: mg[at]swiftly[dot]org
Show file Open project: ushahidi/Swiftriver-2011

Public Properties

Property Type Description
$difs DuplicationIdentificationField[] The collection of DIFs
$name string the name of this collection

Public Methods

Method Description
__construct ( $name, DuplicationIdentificationField[] $difs ) Builds a new DIFC with a collection of DIFs

Method Details

__construct() public method

Builds a new DIFC with a collection of DIFs
public __construct ( $name, DuplicationIdentificationField[] $difs )
$difs DuplicationIdentificationField[]

Property Details

$difs public property

The collection of DIFs
public DuplicationIdentificationField[],Swiftriver\Core\ObjectModel $difs
return DuplicationIdentificationField[]

$name public property

the name of this collection
public string $name
return string