|
NAMEWebDAO::Container - Group of objectsSYNOPSISDESCRIPTIONWebDAO::Container - Group of objectsMETHODS (chidls)_get_childs_()Return ref to childs array_add_childs_($object1[, $object2]) Insert set of objects into container _clear_childs_Clear all childs (pre, post also)_set_childs_ @childs_setClear all childs (except "pre" and "post" objects), and set to @childs_setOUTPUT_METHODSpre_fetch ($session)Output data precede to fetch method. By default output "pre" objects;post_fetch ($session)Output data follow to fetch method. By default output "post" objects;OTHERSEE ALSOhttp://webdao.sourceforge.netAUTHORZahatski Aliaksandr, <zag@cpan.org>COPYRIGHT AND LICENSECopyright 2002-2012 by Zahatski AliaksandrThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |