Ejemplo n.º 1
0
 /**
  * Returns the supplier, selected by the profile sql
  *
  * @return array
  */
 public function getSuppliers()
 {
     if (!method_exists($this, 'getSupplierSelect')) {
         return;
     }
     return $this->db->fetchPairs($this->getSupplierSelect());
 }