Basho\Riak\Command\Builder\FetchBucketProperties::build PHP 메소드

build() 공개 메소드

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