Пример #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());
 }
Пример #2
0
 public function __construct($environment)
 {
     parent::__construct($environment);
     $this->_setService();
 }