Author: Elliot Levin (elliotlevin@hotmail.com)
Inheritance: extends Pinq\Providers\IQueryProvider
Example #1
0
 /**
  * {@inheritDoc}
  * @return IRepository
  */
 protected function newMethodSegment($name, array $arguments = [])
 {
     return $this->repositoryProvider->createRepository($this->newMethod($name, $arguments));
 }
Example #2
0
 public function apply(callable $applyFunction)
 {
     $this->provider->execute($this->newMethod(__FUNCTION__, [$applyFunction]));
 }