Representa uma regra CSS
Definition at line 8 of file Rule.php.
__construct |
( |
string |
$rule_id, |
|
|
string |
$rule_value = '' |
|
) |
| |
Construtor da classe
- Parameters
-
string | $rule_id | A tag CSS. |
string | $rule_value | Opcional. O valor da tag CSS. |
- Returns
- void
Definition at line 26 of file Rule.php.
Retorna a tag CSS.
- Returns
- string
Definition at line 35 of file Rule.php.
Retorna o valor da tag CSS.
- Returns
- string
Definition at line 43 of file Rule.php.
setRuleValue |
( |
string |
$rule_value | ) |
|
Define um valor para a tag CSS
- Parameters
-
string | $rule_value | O valro da tag CSS |
- Returns
- void
Definition at line 60 of file Rule.php.
O valor da tag CSS
Definition at line 18 of file Rule.php.
The documentation for this class was generated from the following file: