Basho\Riak\Command\Builder::validate PHP Method

validate() protected method

Method validates if the builder has the parameters / objects required to successfully execute the command
protected validate ( ) : boolean
return boolean
    protected function validate()
    {
        throw new Command\Builder\Exception('Invalid builder.');
    }