Overview

Packages

  • Xml
    • Element

Classes

  • Horde_Xml_Element
  • Horde_Xml_Element_Exception
  • Horde_Xml_Element_List
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Xml_Element_List

Horde_Xml_Element implements ArrayAccess
Extended by Horde_Xml_Element_List implements Countable, Iterator
Abstract
Package: Xml\Element
Category: Horde
License: BSD
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Xml/Element/List.php
Methods summary
public
# __wakeup( )

Ensure that $_listItems is populated by calling the concrete implementation's _buildItemsCache() method.

Ensure that $_listItems is populated by calling the concrete implementation's _buildItemsCache() method.

Overrides

Horde_Xml_Element::__wakeup()
public integer
# count( )

Get the number of items in this list.

Get the number of items in this list.

Returns

integer
Item count.

Implementation of

Countable::count()
Methods inherited from Horde_Xml_Element
__call(), __construct(), __get(), __isset(), __set(), __sleep(), __unset(), appendChild(), fromArray(), getDom(), lookupNamespace(), registerNamespace(), saveXml(), saveXmlFragment(), setDom()
Methods inherited from ArrayAccess
offsetExists(), offsetGet(), offsetSet(), offsetUnset()
Methods inherited from Iterator
current(), key(), next(), rewind(), valid()
Magic methods inherited from Horde_Xml_Element
TAGNAME()
API documentation generated by ApiGen