Symfony\Component\DependencyInjection\InterfaceInjector::__construct PHP Method

__construct() public method

Contructs interface injector by specifying the target class name
public __construct ( string $class )
$class string
    public function __construct($class)
    {
        $this->class = $class;
    }