public function SiteAuditCheckAbstract::shouldAbort in Site Audit 8.2
Same name and namespace in other branches
- 7 Check/Abstract.php \SiteAuditCheckAbstract::shouldAbort()
Determine whether the check failed so badly that the report must stop.
Return value
bool Whether to stop the abort after this check.
File
- Check/
Abstract.php, line 275 - Contains \SiteAudit\Check\Abstract.
Class
- SiteAuditCheckAbstract
- Class SiteAuditCheckAbstract.
Code
public function shouldAbort() {
return $this->abort;
}