You are here

public function SiteAuditReportAbstract::getPercent in Site Audit 7

Same name and namespace in other branches
  1. 8.2 Report/Abstract.php \SiteAuditReportAbstract::getPercent()

Get the calculated percentage.

Return value

int Calculated percentage.

File

Report/Abstract.php, line 295
Contains \SiteAudit\Report\Abstract.

Class

SiteAuditReportAbstract
Class SiteAuditReportAbstract.

Code

public function getPercent() {
  return $this->percent;
}