Browse Source

Added PHPDoc

pull/636/head
ajs6f 9 years ago
parent
commit
4cf7d41716
  1. 2
      includes/tuque.inc

2
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)) {

Loading…
Cancel
Save