コード例 #1
0
 /**
  * Returns the customer sales
  */
 public function getSales()
 {
     return Sale::getCustomerSales($this->id);
 }