Пример #1
0
 /**
  * Render a child class view
  *
  * @param object $class
  * @param string $options
  * @return void
  */
 public function renderChild($class, $options = null)
 {
     Reporter::newInstance()->render($class, $options);
 }