PHP Class Codesleeve\AssetPipeline\Commands\AssetsCleanCommand

Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: codesleeve/asset-pipeline

Protected Properties

Свойство Type Description
$description string The console command description.
$name string The console command name.

Méthodes publiques

Méthode Description
__construct ( ) Construct a new AssetsCleanCommand
fire ( ) : void Execute the console command.

Méthodes protégées

Méthode Description
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

Method Details

__construct() public méthode

Construct a new AssetsCleanCommand
public __construct ( )

fire() public méthode

Execute the console command.
public fire ( ) : void
Résultat void

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array

removeAssetCache() protected méthode

Removes the AssetCache for this file
protected removeAssetCache ( [type] $file, [type] $recursive ) : [type]
$file [type]
$recursive [type]
Résultat [type]

writeln() protected méthode

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

Property Details

$description protected_oe property

The console command description.
protected string $description
Résultat string

$name protected_oe property

The console command name.
protected string $name
Résultat string