Exemplo n.º 1
0
Arquivo: Ftp.php Projeto: robeendey/ce
 public function __sleep()
 {
     return array_merge(parent::__sleep(), array('_useSsl', '_lsPatterns', '_lsMatcher'));
 }
Exemplo n.º 2
0
 public function __sleep()
 {
     return array_merge(parent::__sleep(), array('_privateKey', '_publicKey', '_hostKey'));
 }