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

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

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

Свойство Тип Описание
$type string The type of this DIF
$value string The value of this DIF

Открытые методы

Метод Описание
__construct ( $type, $value )

Описание методов

__construct() публичный Метод

public __construct ( $type, $value )

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

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

The type of this DIF
public string $type
Результат string

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

The value of this DIF
public string $value
Результат string