You are here

public function CheckResult::time in Security Review 8

Returns the timestamp.

Return value

int The timestamp the result was created on.

File

src/CheckResult.php, line 144

Class

CheckResult
Used to define the result of a Check.

Namespace

Drupal\security_review

Code

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