Пример #1
0
 public function computeTags()
 {
     $taggers = Slay_TagVote::countTaggers($this);
     if (false === $this->saveVar('ss_taggers', $taggers)) {
         return false;
     }
     if (false === Slay_SongTag::computeVotes($this, $taggers)) {
         return false;
     }
     $this->votes = NULL;
     return true;
 }