Source for file group.php
Documentation is available at group.php
* Groups contain multiple modules, and render only those modules.
* A group's views cannot be set.
* @author Daryl Koopersmith
* @todo add children manipulation functions
parent::set_view( '', array($this,'_view') );
* The only group view: run all of its children.
* @author Daryl Koopersmith
* Override set_view. Groups have only one view.
* @author Daryl Koopersmith
* Override remove_view. Groups have only one view.
* @author Daryl Koopersmith
|