PHP Class Eccube\Command\PluginCommand

Inheritance: extends Knp\Command\Command
Afficher le fichier Open project: ec-cube/ec-cube

Protected Properties

Свойство Type Description
$app

Méthodes publiques

Méthode Description
__construct ( Application $app, $name = null )

Méthodes protégées

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

Method Details

__construct() public méthode

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

configure() protected méthode

protected configure ( )

execute() protected méthode

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 méthode

protected getPluginFromCode ( $pluginCode )

Property Details

$app protected_oe property

protected $app