PHP Trait Xpressengine\Presenter\Html\Tags\AttributeTrait

Afficher le fichier Open project: xpressengine/xpressengine

Protected Properties

Свойство Type Description
$attributes

Méthodes publiques

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

Method Details

attr() public méthode

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

Property Details

$attributes protected_oe property

protected $attributes