Example #1
0
 /**
  * @return string
  */
 public function getName()
 {
     return $this->field->name ?: $this->field->getReflector()->getName();
 }