You are here

public function ScannerInterface::__construct in ClamAV 2.x

Same name and namespace in other branches
  1. 8 src/ScannerInterface.php \Drupal\clamav\ScannerInterface::__construct()

Constructor.

Parameters

Drupal\clamav\Config $config: Configuration to use.

3 methods override ScannerInterface::__construct()
DaemonTCPIP::__construct in src/Scanner/DaemonTCPIP.php
Constructor.
DaemonUnixSocket::__construct in src/Scanner/DaemonUnixSocket.php
Constructor.
Executable::__construct in src/Scanner/Executable.php
Constructor.

File

src/ScannerInterface.php, line 19

Class

ScannerInterface
Provides an interface defining a menu entity.

Namespace

Drupal\clamav

Code

public function __construct(Config $config);