PHP Trait Xpressengine\Presenter\Html\Tags\AttributeTrait

ファイルを表示 Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$attributes

Public Methods

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

Method Details

attr() public method

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

Property Details

$attributes protected_oe property

protected $attributes