コード例 #1
0
ファイル: Filter.php プロジェクト: no22/gongo
 public function __clone()
 {
     parent::__clone();
     $this->callback = clone $this->callback;
 }