IBlockSectionField
extends BaseField
Table of Contents
Methods
-
__construct()
: mixed
-
convertValueToMobile()
: mixed
-
convertValueToWeb()
: mixed
-
getConfig()
: array<string|int, mixed>
-
getDocumentId()
: array<string|int, mixed>|null
-
getDocumentType()
: array<string|int, mixed>
-
getName()
: string
-
getTitle()
: string
-
getType()
: string
-
isEditable()
: bool
-
isMultiple()
: bool
-
isRequired()
: bool
-
setDocumentId()
: static
__construct()
public
__construct(array<string|int, mixed> $property, mixed $value, array<string|int, mixed> $documentType) : mixed
Parameters
-
$property
: array<string|int, mixed>
-
-
$value
: mixed
-
-
$documentType
: array<string|int, mixed>
-
convertValueToMobile()
public
convertValueToMobile() : mixed
convertValueToWeb()
public
convertValueToWeb() : mixed
getConfig()
public
getConfig() : array<string|int, mixed>
Return values
array<string|int, mixed>
getDocumentId()
public
getDocumentId() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getDocumentType()
public
getDocumentType() : array<string|int, mixed>
Return values
array<string|int, mixed>
getName()
public
getName() : string
getTitle()
public
getTitle() : string
getType()
public
getType() : string
isEditable()
public
isEditable() : bool
isMultiple()
public
isMultiple() : bool
isRequired()
public
isRequired() : bool
setDocumentId()
public
setDocumentId(array<string|int, mixed> $documentId) : static
Parameters
-
$documentId
: array<string|int, mixed>
-