Eloquent\Composer\NpmBridge\NpmBridgeFactory::__construct PHP Метод

__construct() публичный Метод

Construct a new NPM bridge factory.
public __construct ( NpmVendorFinder $vendorFinder, NpmClient $client )
$vendorFinder NpmVendorFinder The vendor finder to use.
$client NpmClient The client to use.
    public function __construct(NpmVendorFinder $vendorFinder, NpmClient $client)
    {
        $this->vendorFinder = $vendorFinder;
        $this->client = $client;
    }