Method | Description | |
---|---|---|
add ( |
Add a command to the console. | |
call ( string $command, array $parameters = [] ) : integer | Run an Artisan console command by name. | |
resolveCommands ( array | mixed $commands ) | Resolve an array of commands through the application. | |
run ( Symfony\Component\Console\Input\InputInterface $input = null, Symfony\Component\Console\Output\OutputInterface $output = null ) : integer | Runs the current application. |
Method | Description | |
---|---|---|
getBufferedOutput ( ) : Symfony\Component\Console\Output\BufferedOutput | getBufferedOutput. | |
isAjax ( ) : boolean | isAjax. | |
isFromArtisanStartingEvent ( ) : boolean | isFromArtisanStartingEvent. |
public add ( |
||
$command | ||
return |
public resolveCommands ( array | mixed $commands ) | ||
$commands | array | mixed |
public run ( Symfony\Component\Console\Input\InputInterface $input = null, Symfony\Component\Console\Output\OutputInterface $output = null ) : integer | ||
$input | Symfony\Component\Console\Input\InputInterface | An Input instance |
$output | Symfony\Component\Console\Output\OutputInterface | An Output instance |
return | integer | 0 if everything went fine, or an error code |