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