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

Added missing comments.

parent 9a895c85
No related merge requests found
...@@ -42,7 +42,18 @@ use DateTime, VuFind\Config\Reader as ConfigReader, ...@@ -42,7 +42,18 @@ use DateTime, VuFind\Config\Reader as ConfigReader,
*/ */
class Converter class Converter
{ {
/**
* Format string for dates
*
* @var string
*/
protected $displayDateFormat; protected $displayDateFormat;
/**
* Format string for times
*
* @var string
*/
protected $displayTimeFormat; protected $displayTimeFormat;
/** /**
......
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