Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Input
+ Граф наследования:Input:

Открытые члены

 __construct ($name, $value=null)
 
- Открытые члены унаследованные от Element
 __construct ($name)
 
 getTagName ()
 
 getId ()
 
 setId ($id)
 
 getName ()
 
 setName ($id)
 
 getStyle ()
 
 setStyle ($style)
 
 getClassName ()
 
 setClassName ($className)
 
 getClassList ()
 
 setClassList (array $classList)
 
 getParentElement ()
 
 getTextContent ()
 
 getAttributesArray ()
 
 setAttributeNode (Attr $attr)
 
 getAttributeNode ($name)
 
 removeAttributeNode (Attr $oldNode)
 
 setAttribute ($name, $value)
 
 hasAttribute ($attributeName)
 
 getAttribute ($name)
 
 removeAttribute ($name)
 
- Открытые члены унаследованные от Node
 __construct ()
 
 getNodeType ()
 
 getParentNode ()
 
 setParentNode (Node $node=null)
 
 hasAttributes ()
 
 getAttributes ()
 
 getNodeName ()
 
 setNodeName ($a)
 
 getNodeValue ()
 
 getOwnerDocument ()
 
 setOwnerDocument (Document $owner)
 
 getFirstChild ()
 
 getLastChild ()
 
 getPreviousSibling ()
 
 getNextSibling ()
 
 getChildNodes ()
 
 getChildNodesArray ()
 
 setChildNodesArray ($childList)
 
 hasChildNodes ()
 
 appendChild (Node $newChild)
 
 insertBefore (Node $newChild, Node $refChild=null, $removeExist=true)
 
 removeChild (Node $oldChild)
 
 replaceChild (Node $newChild, Node $oldChild)
 
 isEqual (Node $node=null)
 
 getOuterHTML ()
 
 getInnerHTML ()
 
 setInnerHTML ($html)
 
 querySelectorAll ($queryString)
 
 querySelector ($queryString)
 
 closest ($queryString)
 
 toString ()
 
 toArray ()
 

Открытые атрибуты

 $name = null
 
 $value = null
 
- Открытые атрибуты унаследованные от Node
const ELEMENT_NODE = 1
 
const ATTRIBUTE_NODE = 2
 
const TEXT_NODE = 3
 
const CDATA_SECTION_NODE = 4
 
const ENTITY_REFERENCE_NODE = 5
 
const ENTITY_NODE = 6
 
const PROCESSING_INSTRUCTION_NODE = 7
 
const COMMENT_NODE = 8
 
const DOCUMENT_FRAGMENT_NODE = 11
 
const DOCUMENT_NODE = 9
 
const DOCUMENT_TYPE_NODE = 10
 
const NOTATION_NODE = 12
 
 $bxIsAlreadyClosed = false
 
 $bxClosable = true
 
 $bxNodeFoundCloseTag = false
 

Дополнительные унаследованные члены

- Статические открытые данные унаследованные от Node
static $isNodeListAsArray = true
 
- Защищенные члены унаследованные от Element
 setParentElement (Element $parentElement)
 
- Защищенные члены унаследованные от Node
 init ()
 
 haveChild ($checkingChild)
 
- Защищенные данные унаследованные от Element
 $parentElement
 
 $attributes
 
 $tagName
 
 $classList
 
 $id
 
 $name
 
 $className
 
 $style
 
- Защищенные данные унаследованные от Node
 $ownerDocument = null
 
 $nodeType = null
 
 $nodeName = null
 
 $nodeValue = null
 
 $childNodes = null
 
 $parentNode = null
 
 $attributes = null
 
 $textContent = null
 

Подробное описание

См. определение в файле input.php строка 6

Конструктор(ы)

◆ __construct()

__construct ( $name,
$value = null )

См. определение в файле input.php строка 15

Данные класса

◆ $name

string $name = null

См. определение в файле input.php строка 11

◆ $value

$value = null

См. определение в файле input.php строка 13