예제 #1
0
파일: Filter.php 프로젝트: no22/gongo
 public function __clone()
 {
     parent::__clone();
     $this->callback = clone $this->callback;
 }