new view
This commit is contained in:
@@ -119,6 +119,11 @@ class Reports
|
||||
return $return;
|
||||
}
|
||||
|
||||
public function isDone(): bool
|
||||
{
|
||||
return $this->isReportsTodo(ReportTodoEnum::COMPLETE);
|
||||
}
|
||||
|
||||
public function countTodoReports(): int
|
||||
{
|
||||
$count = 0;
|
||||
@@ -171,11 +176,6 @@ class Reports
|
||||
$this->numberOfReport = $numberOfReport;
|
||||
}
|
||||
|
||||
public function isDone(): bool
|
||||
{
|
||||
return $this->isDone;
|
||||
}
|
||||
|
||||
public function setDone(bool $isDone): static
|
||||
{
|
||||
$this->isDone = $isDone;
|
||||
|
||||
Reference in New Issue
Block a user