mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Add comments and tweak formatting
This commit is contained in:
parent
f6aef54767
commit
2122b0f625
2 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,9 @@ use Safe\DateTimeImmutable;
|
|||
class EbookDownloadSummary{
|
||||
public int $EbookId;
|
||||
public DateTimeImmutable $Date;
|
||||
/** The number of downloads by non-bot clients on the given date. */
|
||||
public int $DownloadCount = 0;
|
||||
/** The number of downloads by bot clients on the given date. */
|
||||
public int $BotDownloadCount = 0;
|
||||
|
||||
public function __construct(int $ebookId, DateTimeImmutable $date){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue