Eccube\Command\PluginCommand::__construct PHP Method

__construct() public method

public __construct ( Application $app, $name = null )
$app Eccube\Application
    public function __construct(\Eccube\Application $app, $name = null)
    {
        parent::__construct($name);
        $this->app = $app;
    }