Bitrix API

SubField implements Item

Table of Contents

Interfaces

Item

Properties

$hint  : string|null
$label  : string|null
$name  : string
$placeholder  : string|null
$required  : string|null
$type  : string

Methods

__construct()  : mixed
createFromFieldItem()  : static

Properties

$placeholder

public string|null $placeholder = null

$required

public string|null $required = null

Methods

__construct()

public __construct(string $type, string $name[, string|null $label = null ][, string|null $hint = null ][, string|null $placeholder = null ][, string|null $required = null ]) : mixed
Parameters
$type : string
$name : string
$label : string|null = null
$hint : string|null = null
$placeholder : string|null = null
$required : string|null = null

createFromFieldItem()

public static createFromFieldItem(Field $field) : static
Parameters
$field : Field
Return values
static

        
On this page

Search results