Basho\Riak\Command\Builder\FetchBucketProperties::build PHP Méthode

build() public méthode

public build ( ) : Basho\Riak\Command\Bucket\Fetch;
Résultat Basho\Riak\Command\Bucket\Fetch;
    public function build()
    {
        $this->validate();
        return new Command\Bucket\Fetch($this);
    }
FetchBucketProperties