Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Input Cписок членов класса

Полный список членов класса Input, включая наследуемые из базового класса

$attributesElementprotected
$bxClosableNode
$bxIsAlreadyClosedNode
$bxNodeFoundCloseTagNode
$childNodesNodeprotected
$classListElementprotected
$classNameElementprotected
$idElementprotected
$isNodeListAsArrayNodestatic
$nameInput
$nodeNameNodeprotected
$nodeTypeNodeprotected
$nodeValueNodeprotected
$ownerDocumentNodeprotected
$parentElementElementprotected
$parentNodeNodeprotected
$styleElementprotected
$tagNameElementprotected
$textContentNodeprotected
$valueInput
__construct($name, $value=null)Input
Bitrix::Main::Web::DOM::Element::__construct($name)Element
Bitrix::Main::Web::DOM::Node::__construct()Node
appendChild(Node $newChild)Node
ATTRIBUTE_NODENode
CDATA_SECTION_NODENode
closest($queryString)Node
COMMENT_NODENode
DOCUMENT_FRAGMENT_NODENode
DOCUMENT_NODENode
DOCUMENT_TYPE_NODENode
ELEMENT_NODENode
ENTITY_NODENode
ENTITY_REFERENCE_NODENode
getAttribute($name)Element
getAttributeNode($name)Element
getAttributes()Node
getAttributesArray()Element
getChildNodes()Node
getChildNodesArray()Node
getClassList()Element
getClassName()Element
getFirstChild()Node
getId()Element
getInnerHTML()Node
getLastChild()Node
getName()Element
getNextSibling()Node
getNodeName()Node
getNodeType()Node
getNodeValue()Node
getOuterHTML()Node
getOwnerDocument()Node
getParentElement()Element
getParentNode()Node
getPreviousSibling()Node
getStyle()Element
getTagName()Element
getTextContent()Element
hasAttribute($attributeName)Element
hasAttributes()Node
hasChildNodes()Node
haveChild($checkingChild)Nodeprotected
init()Nodeprotected
insertBefore(Node $newChild, Node $refChild=null, $removeExist=true)Node
isEqual(Node $node=null)Node
NOTATION_NODENode
PROCESSING_INSTRUCTION_NODENode
querySelector($queryString)Node
querySelectorAll($queryString)Node
removeAttribute($name)Element
removeAttributeNode(Attr $oldNode)Element
removeChild(Node $oldChild)Node
replaceChild(Node $newChild, Node $oldChild)Node
setAttribute($name, $value)Element
setAttributeNode(Attr $attr)Element
setChildNodesArray($childList)Node
setClassList(array $classList)Element
setClassName($className)Element
setId($id)Element
setInnerHTML($html)Node
setName($id)Element
setNodeName($a)Node
setOwnerDocument(Document $owner)Node
setParentElement(Element $parentElement)Elementprotected
setParentNode(Node $node=null)Node
setStyle($style)Element
TEXT_NODENode
toArray()Node
toString()Node