Exemplo n.º 1
0
 public function generateStatisticsColors()
 {
     $num = $this->db->getNumberOfCustomerTypes();
     $result = array();
     for ($i = 0; $i < $num; $i++) {
         $result[] = \creamy\CRMUtils::randomRGBAColor(false);
     }
     return $result;
 }