Example #1
0
 public function getProducts()
 {
     $products = Product::findByCompany($this->id);
     return $products;
 }