attributes() 공개 메소드

Converts the defined attributes into HTML.
public attributes ( array $attributes = [] ) : string
$attributes array
리턴 string
예제 #1
0
파일: Item.php 프로젝트: tok3/menus
 /**
  * Fetch the formatted attributes for the item in HTML.
  *
  * @return string
  */
 public function attributes()
 {
     return $this->builder->attributes($this->attributes);
 }