コード例 #1
0
ファイル: Builder.php プロジェクト: php-riak/riak-client
 /**
  * @param string $start
  *
  * @return \Riak\Client\Command\Index\Builder\Builder
  */
 public function withStart($start)
 {
     $this->query->setStart($start);
     return $this;
 }