Ejemplo n.º 1
0
 /**
  * Shows the scroll
  */
 function show()
 {
     parent::show_all();
     $child = parent::get_child()->get_child();
     $child->show();
 }