You are here

public function QueryPath::__clone in QueryPath 7.3

Same name and namespace in other branches
  1. 6 QueryPath/QueryPath.php \QueryPath::__clone()
  2. 7.2 QueryPath/QueryPath.php \QueryPath::__clone()

File

QueryPath/QueryPath.php, line 1583

Class

QueryPath

Code

public function __clone() {
  $this
    ->cloneAll();
}