Example #1
0
 /**
  * @param string $end
  *
  * @return \Riak\Client\Command\Index\Builder\Builder
  */
 public function withEnd($end)
 {
     $this->query->setEnd($end);
     return $this;
 }