HTML_CSS::getGroupStyle

HTML_CSS::getGroupStyle() – CSS グループの CSS 定義を返す

Synopsis

require_once 'HTML/CSS.php';

mixed|PEAR_Error HTML_CSS::getGroupStyle ( mixed $group , string $property )

Description

setGroupStyle() で作成したグループの CSS 定義を取得します。

Parameter

mixed $group

CSS 定義グループ ID。

string $property

定義されたプロパティ。

See

HTML_CSS::setGroupStyle() も参照ください。

Throws

throws HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_GROUP, HTML_CSS_ERROR_NO_ELEMENT

Since

バージョン 0.3.0 (2003-11-03) 以降

Note

This function can not be called statically.