From 4cf7d41716f38f8ce8360fa6b4521b4a0a35d770 Mon Sep 17 00:00:00 2001 From: ajs6f Date: Fri, 13 Nov 2015 10:12:26 -0500 Subject: [PATCH] Added PHPDoc --- includes/tuque.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/tuque.inc b/includes/tuque.inc index 48df99e8..5e5e3a02 100644 --- a/includes/tuque.inc +++ b/includes/tuque.inc @@ -65,6 +65,8 @@ class IslandoraTuque { * A Drupal user. * @param string $url * The url to the fedora instance. + * @param string $sparql_endpoint + * The URL of a SPARQL Query endpoint for this connection. */ public function __construct($user = NULL, $url = NULL, $sparql_endpoint = NULL) { if (!isset($user)) {