프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$app | Illuminate\Container\Container | The Container | |
$command | Illuminate\Console\Command | The command executing compilation |
메소드 | 설명 | |
---|---|---|
__construct ( Illuminate\Container\Container $app ) | Build a new Compiler | |
setCommand ( Illuminate\Console\Command $command ) | Set the Command executing the compilation |
메소드 | 설명 | |
---|---|---|
execf ( ) : void | Sprintf and execute a command |
public __construct ( Illuminate\Container\Container $app ) | ||
$app | Illuminate\Container\Container |
public setCommand ( Illuminate\Console\Command $command ) | ||
$command | Illuminate\Console\Command |
protected Container,Illuminate\Container $app | ||
리턴 | Illuminate\Container\Container |