Exemplo n.º 1
0
 public function getRating()
 {
     return Vote::getRating($this);
 }
Exemplo n.º 2
0
 public function getRating()
 {
     return Vote::getRating($this, 'Comment');
 }
Exemplo n.º 3
0
 public function getRating()
 {
     return Vote::getRating($this, 'Profile');
 }