PHP Class CacheTool\Console\Application

Inheritance: extends Symfony\Component\Console\Application
Afficher le fichier Open project: gordalina/cachetool Class Usage Examples

Protected Properties

Свойство Type Description
$config Config
$logger Monolog\Logger

Méthodes publiques

Méthode Description
__construct ( Config $config )
buildContainer ( Symfony\Component\Console\Input\InputInterface $input ) : Symfony\Component\DependencyInjection\ContainerInterface
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) {@inheritDoc}
doRunCommand ( Command $command, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) {@inheritDoc}

Méthodes protégées

Méthode Description
getDefaultCommands ( )
getDefaultInputDefinition ( ) {@inheritDoc}

Method Details

__construct() public méthode

public __construct ( Config $config )
$config Config

buildContainer() public méthode

public buildContainer ( Symfony\Component\Console\Input\InputInterface $input ) : Symfony\Component\DependencyInjection\ContainerInterface
$input Symfony\Component\Console\Input\InputInterface
Résultat Symfony\Component\DependencyInjection\ContainerInterface

doRun() public méthode

{@inheritDoc}
public doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

doRunCommand() public méthode

{@inheritDoc}
public doRunCommand ( Command $command, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$command Symfony\Component\Console\Command\Command
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getDefaultCommands() protected méthode

protected getDefaultCommands ( )

getDefaultInputDefinition() protected méthode

{@inheritDoc}

Property Details

$config protected_oe property

protected Config,CacheTool\Console $config
Résultat Config

$logger protected_oe property

protected Logger,Monolog $logger
Résultat Monolog\Logger