Ejemplo n.º 1
0
 /**
  * Allows public access to protected method.
  *
  * @param   string  $requestUri  An optional request URI to use instead of detecting one from the
  *                               server environment variables.
  *
  * @return  void
  *
  * @since   11.3
  */
 public function loadSystemUris($requestUri = null)
 {
     return parent::loadSystemUris($requestUri);
 }