NAME

WebDAO::Container - Group of objects

SYNOPSIS

DESCRIPTION

WebDAO::Container - Group of objects

_get_childs()

Return ref to childs array

_add_childs($object1[, $object2])

Insert set of objects into container

fetch(@_), default call by webdao: fetch( $session )

Interate call fetch(@_) on childs

_get_object_by_path <$path>, [$session]

Return first Element object for path. Try to load objects for current object.

__get_objects_by_path [path], $session

Return next object for path

SEE ALSO

http://webdao.sourceforge.net

AUTHOR

Zahatski Aliaksandr, <zag@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2002-2009 by Zahatski Aliaksandr

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.