PHP 클래스 Laravel\SparkInstaller\Installation\RunNpmInstall

파일 보기 프로젝트 열기: laravel/spark-installer

보호된 프로퍼티들

프로퍼티 타입 설명
$command

공개 메소드들

메소드 설명
__construct ( NewCommand $command ) : void Create a new installation helper instance.
install ( ) : void Run the installation helper.

메소드 상세

__construct() 공개 메소드

Create a new installation helper instance.
public __construct ( NewCommand $command ) : void
$command Laravel\SparkInstaller\NewCommand
리턴 void

install() 공개 메소드

Run the installation helper.
public install ( ) : void
리턴 void

프로퍼티 상세

$command 보호되어 있는 프로퍼티

protected $command