You are here

public function QueryPath::innerHTML in QueryPath 6

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

File

QueryPath/QueryPath.php, line 1179

Class

QueryPath

Code

public function innerHTML() {
  return $this
    ->innerXML();
}