예제 #1
0
 public function init()
 {
     parent::init();
     FtpUtils::registerTranslation();
     if ($this->connectionString != null) {
         $this->setConnectionString($this->connectionString);
     }
     $this->parseConnectionString();
 }
예제 #2
0
 public function init()
 {
     parent::init();
     self::registerErrorHandler();
     \gftp\FtpUtils::registerTranslation();
 }