Example #1
0
 /**
  * @param Container $app
  */
 public function __construct(Container $app)
 {
     parent::__construct($app);
     $this->serverStorage = new ServerStorage($this->app, 'state');
 }
 function __construct(Container $app, $drushPlugin)
 {
     parent::__construct($app);
     $this->drush = $this->binary($drushPlugin->binaryPath);
     $this->drushPlugin = $drushPlugin;
 }