Beispiel #1
0
 public function __clone()
 {
     parent::__clone();
     $this->callback = clone $this->callback;
 }