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;
    }