You are here

public function QueryPath::toArray in QueryPath 6

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

File

QueryPath/QueryPath.php, line 315

Class

QueryPath

Code

public function toArray() {
  return $this
    ->get();
}