You are here

public function DaemonUnixSocket::virus_name in ClamAV 8

Same name and namespace in other branches
  1. 2.x src/Scanner/DaemonUnixSocket.php \Drupal\clamav\Scanner\DaemonUnixSocket::virus_name()

File

src/Scanner/DaemonUnixSocket.php, line 68

Class

DaemonUnixSocket

Namespace

Drupal\clamav\Scanner

Code

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