The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Template::Flute::Container - Container object for Template::Flute templates.

CONSTRUCTOR

new

Creates Template::Flute::Container object.

METHODS

name

Returns name of the container.

list

Name of list this container belongs to or undef for top level containers.

set_values

Passes current values to this container.

elts

Returns corresponding HTML template elements for this container.

visible

Determines whether the container is visible. Possible return values are 1 (visible), 0 (hidden) or undef if the specification for the container misses a value attribute.

AUTHOR

Stefan Hornburg (Racke), <racke@linuxia.de>

LICENSE AND COPYRIGHT

Copyright 2010-2014 Stefan Hornburg (Racke) <racke@linuxia.de>.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.