Laravel\SparkInstaller\Installation\RunNpmInstall::__construct PHP Метод

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

Create a new installation helper instance.
public __construct ( NewCommand $command ) : void
$command Laravel\SparkInstaller\NewCommand
Результат void
    public function __construct(NewCommand $command)
    {
        $this->command = $command;
    }