Lines Matching refs:Result
11 * Result set implements iterator
41 * @var Result[] Results
46 * @param Result[] $results
58 * @return Result[]
234 * @return Result Set object
236 public function current(): Result
298 public function offsetGet($offset): Result
313 * @param Result $value
319 if (!($value instanceof Result)) {
320 throw new InvalidException('ResultSet is a collection of Result only.');