core
db
html
utility
HtmlElement::addStyle
public HtmlElement addStyle
( string $cssProperty, string $cssValue )
エレメントのstyle属性値を追加します。
パラメーター
| 名前 | 型 | 内容 |
|---|---|---|
| $cssProperty | string | 追加したいcssプロパティーを指定します。 |
| $cssValue | string | cssPropertyに対する属性値を指定します。 |
返り値
自身のインスタンスを返します。