Пример #1
0
 public function executeCloud()
 {
     $this->tags = ReportTagPeer::getPopularTags();
 }
Пример #2
0
 public function executeList()
 {
     $this->tags = ReportTagPeer::getPopularTags(100);
 }