Ejemplo n.º 1
0
 /**
  * Given a path to a single page, this command uses the CURRENT controller and renders
  * the contents of the single page within this request. The current controller is not
  * replaced, and has already fired (since it is meant to be called from within a view() or
  * similar method).
  *
  * @param @string
  */
 public function render($path, $pkgHandle = null)
 {
     return parent::render($path, $pkgHandle);
 }