Esempio n. 1
0
 /**
  * Return the bookstore used price for an item.
  * @param bool $includeTax  whether to include tax
  */
 public function getBUsed($includeTax = true)
 {
     return parent::getBUsed();
 }