Ejemplo n.º 1
0
 public function getHtmlAttributes()
 {
     $attributes = parent::getHtmlAttributes();
     $attributes[] = 'placeholder';
     return $attributes;
 }