public function RateButton::getValue in Rate 7.2
Get VotingAPI value.
File
- classes/
button.inc, line 104
Class
Code
public function getValue() {
return $this->value;
}
Get VotingAPI value.
public function getValue() {
return $this->value;
}