attributes() public méthode

Converts the defined attributes into HTML.
public attributes ( array $attributes = [] ) : string
$attributes array
Résultat string
Exemple #1
0
 /**
  * Fetch the formatted attributes for the item in HTML.
  *
  * @return string
  */
 public function attributes()
 {
     return $this->builder->attributes($this->attributes);
 }