PHP Class Eccube\Command\PluginCommand

Inheritance: extends Knp\Command\Command
Show file Open project: ec-cube/ec-cube

Protected Properties

Property Type Description
$app

Public Methods

Method Description
__construct ( Application $app, $name = null )

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getPluginFromCode ( $pluginCode )

Method Details

__construct() public method

public __construct ( Application $app, $name = null )
$app Eccube\Application

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getPluginFromCode() protected method

protected getPluginFromCode ( $pluginCode )

Property Details

$app protected property

protected $app