Checks for requirement severity.
bool Returns the status of the system.
public function checkRequirements() { $requirements = $this->listRequirements(); return $this->getMaxSeverity($requirements) == static::REQUIREMENT_ERROR; }