프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 |
protected removeAssetCache ( [type] $file, [type] $recursive ) : [type] | ||
$file | [type] | |
$recursive | [type] | |
리턴 | [type] |
protected writeln ( `[type] $message ) : [type] | ||
$message | `[type] | |
리턴 | [type] |