method
public
FieldType::__construct()
Класс: \Bitrix\Bizproc\FieldType
Сигнатура
public __construct(array<string|int, mixed> $property, array<string|int, mixed> $documentType, string $typeClass[, null|array<string|int, mixed> $documentId = null ]) : mixed
Параметры
$property
array<string|int, mixed>
Свойство документа.
$documentType
array<string|int, mixed>
Тип документа.
$typeClass
string
Менеджер класса типа.
$documentId
null|array<string|int, mixed>
= null
Возвращаемое значение
mixed
Исходный файл: source/bizproc/lib/fieldtype.php:121

