Esempio n. 1
0
 /**
  * Overridden to specify what the child class should be
  */
 protected function _createChild($name, $route = null, $attributes = array(), $class = null)
 {
     if ($class === null) {
         $class = $this->_childClass;
     }
     return parent::_createChild($name, $route, $attributes, $class);
 }