public function QueryPath::__clone in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/QueryPath.php \QueryPath::__clone()
- 7.2 QueryPath/QueryPath.php \QueryPath::__clone()
File
- QueryPath/
QueryPath.php, line 1583
Class
Code
public function __clone() {
$this
->cloneAll();
}