PHP Class PHPHtmlParser\Dom\ArrayNode

Inheritance: extends AbstractNode, implements IteratorAggregat\IteratorAggregate, implements Countabl\Countable
Show file Open project: paquettg/php-html-parser Class Usage Examples

Public Methods

Method Description
count ( ) : integer Returns the count of the iterator array.
getIterator ( ) : ArrayIterator Gets the iterator

Protected Methods

Method Description
getIteratorArray ( ) : array Returns the array to be used the the iterator.

Method Details

count() public method

Returns the count of the iterator array.
public count ( ) : integer
return integer

getIterator() public method

Gets the iterator

getIteratorArray() abstract protected method

Returns the array to be used the the iterator.
abstract protected getIteratorArray ( ) : array
return array