MixList

 class System\Console\Asset\Mix\MixList
extends System\Console\Asset\AssetList
implements 
    Symfony\Component\Console\Command\SignalableCommandInterface

Extends

Class Description
AssetList

Traits

Trait Description
HandlesCleanup

Console Command Trait that injects cross-platform signal handling to trigger cleanup on exit through the handleCleanup() method on the implementing class.

ProvidesAutocompletion

Console Command Trait that injects cross-platform signal handling to trigger cleanup on exit through the handleCleanup() method on the implementing class.

Properties

protected $assetType : string

The asset compiler being used

protected static $defaultName : string | null

The default command name for lazy loading.

protected $description : string

The console command description.

protected $signature : string

The name and signature of this command.

inherited protected $laravel : Winter\Storm\Foundation\Application

Inherited from AssetList

inherited protected $replaces : array

Inherited from AssetList

List of commands that this command replaces (aliases)

Methods

inherited public __construct ()

Inherited from AssetList

Create a new command instance.

Returns
mixed

inherited public alert (string $string, int | string | null $verbosity = null) : void

Inherited from AssetList

Write a string in an alert box.

Parameters
Property Description
$string
string
$verbosity
int | string | null
Returns
void

inherited public complete (Symfony\Component\Console\Completion\CompletionInput $input, Symfony\Component\Console\Completion\CompletionSuggestions $suggestions) : void

Inherited from AssetList

Provide autocompletion for this command's input

Parameters
Property Description
$input
Symfony\Component\Console\Completion\CompletionInput
$suggestions
Symfony\Component\Console\Completion\CompletionSuggestions
Returns
void

inherited public error (string $string, int | string | null $verbosity = null) : void

Inherited from AssetList

Write a string as error output.

Parameters
Property Description
$string
string
$verbosity
int | string | null
Returns
void

inherited public getSubscribedSignals () : array

Inherited from AssetList

Returns the process signals this command listens to

Returns
array

inherited public handle () : integer

Inherited from AssetList
Returns
integer

inherited public handleSignal (integer $signal) : void

Inherited from AssetList

Handle the provided Unix process signal

Parameters
Property Description
$signal
integer
Returns
void

inherited public handleWindowsSignal (integer $event) : void

Inherited from AssetList

Handle the provided Windows process singal.

Parameters
Property Description
$event
integer
Returns
void
Copyright © 2024 Winter CMS