Esempio n. 1
0
 public function __construct($environment)
 {
     parent::__construct($environment);
     $this->_checkRequirements();
     $this->setDeployParams($this->getDeployParams());
     $this->setSshSession($this->_openSshSession($this->getServer()));
     $this->setSftpSession($this->getSshSession());
 }
Esempio n. 2
0
 public function __construct($environment)
 {
     parent::__construct($environment);
     $this->_setService();
 }