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

Style fixes.

parent 026b1178
No related merge requests found
......@@ -47,42 +47,49 @@ class Options extends \VuFind\Search\Base\Options
/**
* Default search mode options
*
* @var string
*/
protected $defaultMode = 'all';
/**
* The set search mode
*
* @var string
*/
protected $searchMode;
/**
* Default expanders to apply
*
* @var array
*/
protected $defaultExpanders = [];
/**
* Available expander options
*
* @var unknown
*/
protected $expanderOptions = [];
/**
* Available limiter options
*
* @var unknown
*/
protected $limiterOptions = [];
/**
* Wheither or not to return available facets with the search response
* Whether or not to return available facets with the search response
*
* @var unknown
*/
protected $includeFacets = 'y';
/**
* Available Search Options from the API
*
* @var array
*/
protected $apiInfo;
......
......@@ -47,6 +47,7 @@ class Zend2 extends EdsApi_REST_Base implements LoggerAwareInterface
/**
* The HTTP Request object to execute EDS API transactions
*
* @var Zend2HttpClient
*/
protected $client;
......
......@@ -40,6 +40,7 @@ class InlineScript extends HeadScript
{
/**
* Registry key for placeholder
*
* @var string
*/
protected $regKey = 'Zend_View_Helper_InlineScript';
......
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