Basho\Riak\Command\Object\Response::getSiblings PHP Метод

getSiblings() публичный Метод

Fetches the sibling tags from the response
public getSiblings ( ) : array
Результат array
    public function getSiblings()
    {
        return $this->objects;
    }