Method | Description | |
---|---|---|
__construct ( Symfony\Component\HttpKernel\KernelInterface $kernel ) | Constructor. | |
all ( $namespace = null ) | ||
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | Runs the current application. | |
find ( $name ) | ||
get ( $name ) | ||
getKernel ( ) : Symfony\Component\HttpKernel\KernelInterface | Gets the Kernel associated with this Console. | |
getLongVersion ( ) |
Method | Description | |
---|---|---|
registerCommands ( ) |
public __construct ( Symfony\Component\HttpKernel\KernelInterface $kernel ) | ||
$kernel | Symfony\Component\HttpKernel\KernelInterface | A KernelInterface instance |
public doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : 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 |
public getKernel ( ) : Symfony\Component\HttpKernel\KernelInterface | ||
return | Symfony\Component\HttpKernel\KernelInterface | A KernelInterface instance |