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