Пример #1
0
 /**
  * Deep clone of this instance
  *
  * @return void
  */
 public function __clone()
 {
     parent::__clone();
     $this->_queue = clone $this->_queue;
 }
Пример #2
0
 /**
  * Deep clone of this instance
  *
  * @return void
  */
 public function __clone()
 {
     parent::__clone();
     $this->_transport = clone $this->_transport;
     $this->_request = clone $this->_request;
 }