Ejemplo n.º 1
0
 /**
  * Method to connect to a server and get the resource.
  *
  * @param   JUri  $uri  The URI to connect with.
  *
  * @return  mixed  Connection resource on success or boolean false on failure.
  *
  * @since   11.3
  */
 public function connect(JUri $uri)
 {
     return parent::connect($uri);
 }