1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
input.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Web\DOM\Element
;
4
5
use
Bitrix\Main\Web\DOM\Element
;
6
7
class
Input
extends
Element
8
{
12
public
$name
=
null
;
13
14
public
$value
=
null
;
15
16
public
function
__construct
(
$name
,
$value
=
null
)
17
{
18
parent::__construct(
$name
);
19
20
$this->name = mb_strtolower(
$name
);
21
if
(
$value
!==
null
)
22
{
23
$this->value =
$value
;
24
}
25
}
26
}
Bitrix\Main\Web\DOM\Element\Input
Определения
input.php:8
Bitrix\Main\Web\DOM\Element\Input\__construct
__construct($name, $value=null)
Определения
input.php:16
Bitrix\Main\Web\DOM\Element\Input\$value
$value
Определения
input.php:14
Bitrix\Main\Web\DOM\Element\Input\$name
$name
Определения
input.php:12
Bitrix\Main\Web\DOM\Element
Определения
input.php:3
bitrix
modules
main
lib
web
dom
element
input.php
Создано системой
1.14.0