Ejemplo n.º 1
0
 /**
  * Converts an object Field\Label in its html representation.
  *
  * @param Field\Label $label
  * @return string
  */
 public function toString(Field\Label $label)
 {
     return "{$label->getMessage()}";
 }