PHP 클래스 Codesleeve\AssetPipeline\Commands\AssetsCleanCommand

상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: codesleeve/asset-pipeline

보호된 프로퍼티들

프로퍼티 타입 설명
$description string The console command description.
$name string The console command name.

공개 메소드들

메소드 설명
__construct ( ) Construct a new AssetsCleanCommand
fire ( ) : void Execute the console command.

보호된 메소드들

메소드 설명
getOptions ( ) : array Get the console command options.
removeAssetCache ( [type] $file, [type] $recursive ) : [type] Removes the AssetCache for this file
writeln ( `[type] $message ) : [type] Output messages to the user if verbose is on

메소드 상세

__construct() 공개 메소드

Construct a new AssetsCleanCommand
public __construct ( )

fire() 공개 메소드

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

getOptions() 보호된 메소드

Get the console command options.
protected getOptions ( ) : array
리턴 array

removeAssetCache() 보호된 메소드

Removes the AssetCache for this file
protected removeAssetCache ( [type] $file, [type] $recursive ) : [type]
$file [type]
$recursive [type]
리턴 [type]

writeln() 보호된 메소드

Output messages to the user if verbose is on
protected writeln ( `[type] $message ) : [type]
$message `[type]
리턴 [type]

프로퍼티 상세

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

The console command description.
protected string $description
리턴 string

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

The console command name.
protected string $name
리턴 string