Esempio n. 1
0
 /**
  * Check whether the product status is on board or not
  *
  * @param  \Woojin\GoodsBundle\Entity\GoodsPassport $product
  * @return boolean
  */
 protected function isProductOnSale(GoodsPassport $product)
 {
     return $product->isProductOnSale();
 }