Example #1
0
 /**
  */
 public function __clone()
 {
     if ($this->_string) {
         $this->_string = clone $this->_string;
     } else {
         parent::__clone();
     }
 }