Author: Elliot Levin (elliotlevin@hotmail.com)
Exemple #1
0
 /**
  * Returns a new queryable instance with the supplied query segment
  * appended to the current scope
  *
  * @param string  $name
  * @param mixed[] $arguments
  *
  * @return IQueryable
  */
 protected function newMethodSegment($name, array $arguments = [])
 {
     return $this->provider->createQueryable($this->newMethod($name, $arguments));
 }
 public final function load(O\Expression $requestExpression)
 {
     return $this->queryProvider->load($requestExpression);
 }