PHP 트레잇 Xpressengine\Presenter\Html\Tags\AttributeTrait

파일 보기 프로젝트 열기: xpressengine/xpressengine

보호된 프로퍼티들

프로퍼티 타입 설명
$attributes

공개 메소드들

메소드 설명
attr ( string $name, string $value ) 태그에 속성을 지정한다.

메소드 상세

attr() 공개 메소드

태그에 속성을 지정한다.
public attr ( string $name, string $value )
$name string name
$value string value

프로퍼티 상세

$attributes 보호되어 있는 프로퍼티

protected $attributes