コード例 #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
ファイル: S3.php プロジェクト: grrr-amsterdam/garp3
 public function __construct($environment)
 {
     parent::__construct($environment);
     $this->_setService();
 }