[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ c ] [ g ] [ h ] [ m ] [ o ] [ p ] [ r ] [ s ] [ w ] [ _ ]

a

$attributes
in file Common2.php, variable HTML_Common2::$attributes
    Associative array of attributes
addClass
in file Common2.php, method HTML_Common2::addClass()
    Adds the given CSS class(es) to the element
top

c

Common2.php
procedural page Common2.php
top

g

getAttribute
in file Common2.php, method HTML_Common2::getAttribute()
    Returns the value of an attribute
getAttributes
in file Common2.php, method HTML_Common2::getAttributes()
    Returns the attribute array or string
getAttributesString
in file Common2.php, method HTML_Common2::getAttributesString()
    Creates HTML attribute string from array
getComment
in file Common2.php, method HTML_Common2::getComment()
    Returns the comment associated with the element
getIndent
in file Common2.php, method HTML_Common2::getIndent()
    Returns the string to indent the element
getIndentLevel
in file Common2.php, method HTML_Common2::getIndentLevel()
    Gets the indentation level
getOption
in file Common2.php, method HTML_Common2::getOption()
    Returns global option(s)
top

h

hasClass
in file Common2.php, method HTML_Common2::hasClass()
    Checks whether the element has given CSS class
HTML_Common2
in file Common2.php, class HTML_Common2
    Base class for HTML classes
top

m

mergeAttributes
in file Common2.php, method HTML_Common2::mergeAttributes()
    Merges the existing attributes with the new ones
top

o

offsetExists
in file Common2.php, method HTML_Common2::offsetExists()
    Whether or not an offset (HTML attribute) exists
offsetGet
in file Common2.php, method HTML_Common2::offsetGet()
    Returns the value at specified offset (i.e. attribute name)
offsetSet
in file Common2.php, method HTML_Common2::offsetSet()
    Assigns a value to the specified offset (i.e. attribute name)
offsetUnset
in file Common2.php, method HTML_Common2::offsetUnset()
    Unsets an offset (i.e. removes an attribute)
onAttributeChange
in file Common2.php, method HTML_Common2::onAttributeChange()
    Called if trying to change an attribute with name in $watchedAttributes
top

p

parseAttributes
in file Common2.php, method HTML_Common2::parseAttributes()
    Parses the HTML attributes given as string
prepareAttributes
in file Common2.php, method HTML_Common2::prepareAttributes()
    Creates a valid attribute array from either a string or an array
top

r

removeAttribute
in file Common2.php, method HTML_Common2::removeAttribute()
    Removes an attribute
removeAttributeArray
in file Common2.php, method HTML_Common2::removeAttributeArray()
    Removes an attribute from an attribute array
removeClass
in file Common2.php, method HTML_Common2::removeClass()
    Removes the given CSS class(es) from the element
top

s

setAttribute
in file Common2.php, method HTML_Common2::setAttribute()
    Sets the value of the attribute
setAttributes
in file Common2.php, method HTML_Common2::setAttributes()
    Sets the attributes
setComment
in file Common2.php, method HTML_Common2::setComment()
    Sets the comment for the element
setIndentLevel
in file Common2.php, method HTML_Common2::setIndentLevel()
    Sets the indentation level
setOption
in file Common2.php, method HTML_Common2::setOption()
    Sets global option(s)
top

w

$watchedAttributes
in file Common2.php, variable HTML_Common2::$watchedAttributes
    Changes to attributes in this list will be announced via onAttributeChange()
top

_

__construct
in file Common2.php, method HTML_Common2::__construct()
    Class constructor, sets default attributes
__toString
in file Common2.php, method HTML_Common2::__toString()
    Returns the HTML representation of the element
top

Documentation generated on Sun, 07 Apr 2019 07:04:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.