Documentation

CompileCommand extends Command
in package

FinalYes

Table of Contents

Properties

$description  : string
The console command description.
$signature  : string
The name and signature of the console command.

Methods

handle()  : int
Execute the console command.

Properties

$description

The console command description.

protected string $description = 'Compile the AOP classes'

$signature

The name and signature of the console command.

protected string $signature = 'aop:compile {--no-dump-autoload : Do not run the dump-autoload Composer command before compiling the AOP classes}'

Methods

handle()

Execute the console command.

public handle(Compiler $compiler, Composer $composer) : int
Parameters
$compiler : Compiler

The AOP compiler

$composer : Composer

The Composer manager

Return values
int

The exit code


        
On this page

Search results