Basho\Riak\Command\Object\Response::getSiblings PHP Method

getSiblings() public method

Fetches the sibling tags from the response
public getSiblings ( ) : array
return array
    public function getSiblings()
    {
        return $this->objects;
    }