ConfigureRequest
implements
Item
Table of Contents
Interfaces
- Item
Properties
-
$blocks
: BlockCollection
-
$companyUid
: string|null
-
$dateFormat
: string|null
-
$dateTimeFormat
: string|null
-
$documentUid
: string
-
$externalDateCreate
: string
-
$externalId
: string|null
-
$fields
: FieldCollection
-
$langId
: string
-
$members
: MemberCollection
-
$nameFormat
: string|null
-
$owner
: Owner
-
$parties
: int
-
$regionDocumentType
: string|null
-
$scenario
: string
-
$scheme
: string|null
-
$title
: string
-
$titleWithoutNumber
: string|null
-
$weekStart
: int|null
Methods
-
__construct()
: mixed
$blocks
public
BlockCollection
$blocks
$companyUid
public
string|null
$companyUid
= null
public
string|null
$dateFormat
= null
public
string|null
$dateTimeFormat
= null
$documentUid
public
string
$documentUid
$externalDateCreate
public
string
$externalDateCreate
= ''
$externalId
public
string|null
$externalId
= null
$fields
public
FieldCollection
$fields
$langId
public
string
$langId
$members
public
MemberCollection
$members
public
string|null
$nameFormat
= null
$owner
public
Owner
$owner
$parties
public
int
$parties
$regionDocumentType
public
string|null
$regionDocumentType
= null
$scenario
public
string
$scenario
$scheme
public
string|null
$scheme
= null
$title
public
string
$title
$titleWithoutNumber
public
string|null
$titleWithoutNumber
= null
$weekStart
public
int|null
$weekStart
= null
__construct()
public
__construct(string $documentUid, string $title, Owner $owner, int $parties, string $scenario, FieldCollection $fields, BlockCollection $blocks, MemberCollection $members, string $langId[, string|null $companyUid = null ][, string|null $nameFormat = null ][, string|null $regionDocumentType = null ][, string|null $externalId = null ][, string|null $titleWithoutNumber = null ][, string|null $scheme = null ][, string $externalDateCreate = '' ][, string|null $dateFormat = null ][, string|null $dateTimeFormat = null ][, int|null $weekStart = null ]) : mixed
Parameters
-
$documentUid
: string
-
-
$title
: string
-
-
$owner
: Owner
-
-
$parties
: int
-
-
$scenario
: string
-
-
$fields
: FieldCollection
-
-
$blocks
: BlockCollection
-
-
$members
: MemberCollection
-
-
$langId
: string
-
-
$companyUid
: string|null
= null
-
-
$nameFormat
: string|null
= null
-
-
$regionDocumentType
: string|null
= null
-
-
$externalId
: string|null
= null
-
-
$titleWithoutNumber
: string|null
= null
-
-
$scheme
: string|null
= null
-
-
$externalDateCreate
: string
= ''
-
-
$dateFormat
: string|null
= null
-
-
$dateTimeFormat
: string|null
= null
-
-
$weekStart
: int|null
= null
-