Ejemplo n.º 1
0
 /**
  * @return string
  */
 public function getName()
 {
     $description = $this->getDescriptions()->getDescription($this->option->getDefaultLanguageId());
     return is_null($description) ? '' : $description->getName();
 }