You are here

public function QueryPath::emptyElement in QueryPath 6

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

File

QueryPath/QueryPath.php, line 1646

Class

QueryPath

Code

public function emptyElement() {
  $this
    ->removeChildren();
  return $this;
}