The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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

Added comments.

parent 62adfe03
No related merge requests found
......@@ -42,8 +42,25 @@ namespace VuFind\Recommend;
*/
class EuropeanaResultsDeferred implements RecommendInterface
{
/**
* Raw configuration parameters
*
* @var string
*/
protected $rawParams;
/**
* Current search query
*
* @var string
*/
protected $lookfor;
/**
* Configuration parameters processed for submission via AJAX
*
* @var string
*/
protected $processedParams;
/**
......
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