Example #1
0
 /** 
  * @todo not tested
  * Loads all children
  */
 function load_children()
 {
     if (!isset($this->_children)) {
         $this->_children = $this->get_children_handle();
     }
     core::dprint(array('sat::load_children, order %s', $this->_children->get_order()));
     $this->_children->load();
     return $this->_children;
 }