PHP 클래스 Efficiently\Larasset\Commands\BaseCommand

상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: efficiently/larasset 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$envs

공개 메소드들

메소드 설명
fire ( ) : mixed Execute the console command.

보호된 메소드들

메소드 설명
hasLarassetJs ( ) : boolean Does user have larasset-js module installed?
hasNode ( ) : boolean Does user have Node.js installed?
hasNpm ( ) : boolean Does user have Npm installed?
normalizePath ( string $path ) : string Windows platform support: Convert backslash to slash
packagePath ( ) : string Returns package absolute path
useWindows ( ) : boolean Check if the PHP server is under Windows Operating System

메소드 상세

fire() 공개 메소드

Execute the console command.
public fire ( ) : mixed
리턴 mixed

hasLarassetJs() 보호된 메소드

Does user have larasset-js module installed?
protected hasLarassetJs ( ) : boolean
리턴 boolean

hasNode() 보호된 메소드

Does user have Node.js installed?
protected hasNode ( ) : boolean
리턴 boolean

hasNpm() 보호된 메소드

Does user have Npm installed?
protected hasNpm ( ) : boolean
리턴 boolean

normalizePath() 보호된 메소드

Windows platform support: Convert backslash to slash
protected normalizePath ( string $path ) : string
$path string
리턴 string

packagePath() 보호된 메소드

Returns package absolute path
protected packagePath ( ) : string
리턴 string

useWindows() 보호된 메소드

Check if the PHP server is under Windows Operating System
protected useWindows ( ) : boolean
리턴 boolean

프로퍼티 상세

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

protected $envs