Official Riak Client for PHP
  • Namespace
  • Class
  • Tree

Namespaces

  • Basho
    • Riak
      • Api
        • Http
          • Translator
      • Command
        • Bucket
        • Builder
          • MapReduce
          • Search
          • TimeSeries
        • DataType
          • Counter
          • Map
          • Set
        • Indexes
        • MapReduce
        • Object
        • Search
          • Index
          • Schema
        • Stats
        • TimeSeries
          • Query
      • DataType
      • Node
        • Builder
      • Search
      • TimeSeries

Classes

  • Delete
  • Fetch
  • Response
  • Store

Class Fetch

Used to fetch a search index from Riak

Basho\Riak\Command
Extended by Basho\Riak\Command\Search\Index\Fetch implements Basho\Riak\CommandInterface
Namespace: Basho\Riak\Command\Search\Index
Author: Christopher Mancini
Located at Riak/Command/Search/Index/Fetch.php

Methods summary

public
# __construct( Basho\Riak\Command\Builder\Search\FetchIndex $builder )

Overrides

Basho\Riak\Command::__construct
public
# getData( )

Implementation of

Basho\Riak\CommandInterface::getData()
public
# getEncodedData( )

Implementation of

Basho\Riak\CommandInterface::getEncodedData()
public Basho\Riak\Command\Search\Index\Response
# execute( )

Returns

Basho\Riak\Command\Search\Index\Response

Overrides

Basho\Riak\Command::execute

Implementation of

Basho\Riak\CommandInterface::execute()
public
# __toString( )

Methods inherited from Basho\Riak\Command

getBucket(), getLocation(), getMethod(), getObject(), getParameter(), getParameters(), getRequest(), getResponse(), hasParameters(), isVerbose()

Properties summary

protected Basho\Riak\Command\Search\Index\Response|null $response
# null
protected $name
#

Properties inherited from Basho\Riak\Command

$bucket, $method, $parameters, $riak, $verbose

Official Riak Client for PHP API documentation generated by ApiGen