Ejemplo n.º 1
0
 /**
  * Return a reference to the JPathway object.
  *
  * @param   string  $name     The name of the application.
  * @param   array   $options  An optional associative array of configuration settings.
  *
  * @return  JPathway  A JPathway object
  *
  * @since   3.2
  */
 public function getPathway($name = 'site', $options = array())
 {
     return parent::getPathway($name, $options);
 }