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