Skip to content
Snippets Groups Projects
Commit cacc12a4 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed comments.

parent 8e66e5aa
No related merge requests found
...@@ -1004,8 +1004,16 @@ class SolrDefault extends AbstractBase ...@@ -1004,8 +1004,16 @@ class SolrDefault extends AbstractBase
} }
/** /**
* Return an associative array of URLs associated with this record (key = URL, * Return an array of associative URL arrays with one or more of the following
* value = description). * keys:
*
* <li>
* <ul>desc: URL description text to display (optional)</ul>
* <ul>url: fully-formed URL (required if 'route' is absent)</ul>
* <ul>route: VuFind route to build URL with (required if 'url' is absent)</ul>
* <ul>routeParams: Parameters for route (optional)</ul>
* <ul>queryString: Query params to append after building route (optional)</ul>
* </li>
* *
* @return array * @return array
*/ */
......
...@@ -544,8 +544,16 @@ class SolrMarc extends SolrDefault ...@@ -544,8 +544,16 @@ class SolrMarc extends SolrDefault
} }
/** /**
* Return an associative array of URLs associated with this record (key = URL, * Return an array of associative URL arrays with one or more of the following
* value = description). * keys:
*
* <li>
* <ul>desc: URL description text to display (optional)</ul>
* <ul>url: fully-formed URL (required if 'route' is absent)</ul>
* <ul>route: VuFind route to build URL with (required if 'url' is absent)</ul>
* <ul>routeParams: Parameters for route (optional)</ul>
* <ul>queryString: Query params to append after building route (optional)</ul>
* </li>
* *
* @return array * @return array
*/ */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment