Ejemplo n.º 1
0
 /**
  * Returns the field description
  *
  * @return string description
  */
 public function getDescription()
 {
     return $this->definition->getDescription() === null ? '' : $this->definition->getDescription();
 }