Esempio n. 1
0
 /**
  * Get the name for the crafting.
  *
  * @return string
  */
 public function getName()
 {
     $name = $this->name;
     if (empty($name)) {
         $name = $this->blueprint->getName();
     }
     return $name;
 }