PHP Class Magestead\Command\Cache\FlushCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Datei anzeigen Open project: richdynamix/magestead

Protected Properties

Property Type Description
$_config
$_projectPath

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : ProcessCommand
getCommand ( Config $config, $cacheType ) : boolean | string

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : ProcessCommand
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return Magestead\Command\ProcessCommand

getCommand() protected method

protected getCommand ( Config $config, $cacheType ) : boolean | string
$config Magestead\Helper\Config
return boolean | string

Property Details

$_config protected_oe property

protected $_config

$_projectPath protected_oe property

protected $_projectPath