Typo and comment

This commit is contained in:
Philippe GRAND 2019-10-22 17:10:52 +02:00
parent 4dd5c00ec0
commit 9b2905fb43

View File

@ -19,7 +19,7 @@
*/ */
/** /**
* \file htdocs/don/class/dontats.class.php * \file htdocs/don/class/donstats.class.php
* \ingroup donations * \ingroup donations
* \brief File of class to manage donations statistics * \brief File of class to manage donations statistics
*/ */
@ -42,8 +42,19 @@ class DonationStats extends Stats
public $socid; public $socid;
public $userid; public $userid;
/**
* @var string FROM
*/
public $from; public $from;
/**
* @var string field
*/
public $field; public $field;
/**
* @var string WHERE
*/
public $where; public $where;