|
|
@ -65,6 +65,8 @@ class IslandoraTuque { |
|
|
|
* A Drupal user. |
|
|
|
* A Drupal user. |
|
|
|
* @param string $url |
|
|
|
* @param string $url |
|
|
|
* The url to the fedora instance. |
|
|
|
* 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) { |
|
|
|
public function __construct($user = NULL, $url = NULL, $sparql_endpoint = NULL) { |
|
|
|
if (!isset($user)) { |
|
|
|
if (!isset($user)) { |
|
|
|