示例#1
0
文件: Filter.php 项目: no22/gongo
 public function __clone()
 {
     parent::__clone();
     $this->callback = clone $this->callback;
 }