You are here

public function VotingApi_Result::save in Voting API 7.3

Save this result to the database.

File

./votingapi.module, line 171
A generalized voting API for Drupal.

Class

VotingApi_Result

Code

public function save() {
  drupal_write_record('votingapi_cache', $vote_result);
}