public function executeCloud()
 {
     $this->tags = ReportTagPeer::getPopularTags();
 }
Esempio n. 2
0
 public function executeList()
 {
     $this->tags = ReportTagPeer::getPopularTags(100);
 }