Documentation

IElement

An HTML input element

Table of Contents

getId() Get the element id property value string
getName() Get the input "name" property value string
getElement() Get the element name string
getAttributes() Get the element attributes list. array
build() Convert this element into HTML. string

Methods

getId()

Get the element id property value

public getId( ) : string
Return values
string

id

getName()

Get the input "name" property value

public getName( ) : string
Return values
string

name

getElement()

Get the element name

public getElement( ) : string
Return values
string

name

getAttributes()

Get the element attributes list.

public getAttributes( ) : array

Key = value. setting id or name here will have no effect.

Return values
array

attributes map

build()

Convert this element into HTML.

public build( ) : string
Return values
string

html element

Search results