Exemplo n.º 1
0
 /**
  * 
  */
 public function chartSentHourAction()
 {
     $chartClient = $this->_mapperCampaign->chartSentHour($this->_getAllParams());
     $this->_helper->json($chartClient);
 }