Ejemplo n.º 1
0
 public function getGeneratedTitle()
 {
     $modPrice = $this->PriceModifier ? (string) $this->PriceModifier : '0';
     $title = $this->Title;
     $title .= $this->PriceModifier != 0 ? ': (' . OptionItem::getOptionModifierActionSymbol($this->PriceModifierAction, $returnWithOnlyPlusMinus = true) . '$' . $modPrice . ')' : '';
     return $title;
 }