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

Added missing comments.

parent a0113ddb
No related merge requests found
...@@ -42,8 +42,25 @@ use ArrayObject, VuFind\Config\Locator as ConfigLocator, ...@@ -42,8 +42,25 @@ use ArrayObject, VuFind\Config\Locator as ConfigLocator,
*/ */
class UpgradeController extends AbstractBase class UpgradeController extends AbstractBase
{ {
/**
* Cookie container
*
* @var CookieContainer
*/
protected $cookie; protected $cookie;
/**
* Session container
*
* @var SessionContainer
*/
protected $session; protected $session;
/**
* Are we capturing SQL instead of executing it?
*
* @var bool
*/
protected $logsql = false; protected $logsql = false;
/** /**
......
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