public function executeCloud()
 {
     $this->tags = ReportTagPeer::getPopularTags();
 }
示例#2
0
 public function executeList()
 {
     $this->tags = ReportTagPeer::getPopularTags(100);
 }