NAME¶
HTML::Widgets::NavMenu::Iterator::Base - base class for the iterator.
SYNOPSIS¶
For internal use only.
METHODS¶
$self->get_initial_node()¶
Gets the initial node.
$self->get_node_subs({ node => $node})¶
Gets the subs of the node.
$self->get_new_accum_state( { item => $item, node => $node } )¶
Gets the new accumulated state.
my $array_ref = $self->get_results()¶
Returns an array reference with the resultant HTML.
COPYRIGHT & LICENSE¶
Copyright 2006 Shlomi Fish, all rights reserved.
This program is released under the following license: MIT X11.