Ejemplo n.º 1
0
 protected function _get_campaigns($find = array())
 {
     $campaign = new Campaign(null);
     return $campaign->filter($find);
 }