WatchCommand
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
= 'Watch the files and recompile the AOP classes'
$signature
The name and signature of the console command.
protected
string
$signature
= 'aop:watch'
Methods
handle()
Execute the console command.
public
handle(Watcher $watcher) : int
Parameters
- $watcher : Watcher
-
The watcher
Return values
int —The exit code