Example #1
0
 /**
  * Get expiration date for all products from this lot.
  *
  * @return string
  */
 public function getExpirationDate()
 {
     $result = parent::getExpirationDate();
     return $result;
 }