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