PHP Класс Codesleeve\AssetPipeline\Commands\AssetsCleanCommand

Наследование: extends Illuminate\Console\Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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