Example #1
0
 public static function factory($records)
 {
     $cc = new self();
     $cc->setModels($records);
     return $cc;
 }