Definition at line 19 of file CssRule.php.
◆ __construct()
Seboettg\CiteProc\Styles\Css\CssRule::__construct |
( |
|
$selector, |
|
|
|
$selectorType = self::SELECTOR_TYPE_CLASS |
|
) |
| |
CssRule constructor.
- Parameters
-
string | $selector | |
string | $selectorType | |
Definition at line 54 of file CssRule.php.
◆ __toString()
Seboettg\CiteProc\Styles\Css\CssRule::__toString |
( |
| ) |
|
◆ addDirective()
Seboettg\CiteProc\Styles\Css\CssRule::addDirective |
( |
|
$property, |
|
|
|
$value |
|
) |
| |
- Parameters
-
string | $property | |
string | $value | |
Definition at line 66 of file CssRule.php.
◆ SELECTOR_TYPE_CLASS
const Seboettg\CiteProc\Styles\Css\CssRule::SELECTOR_TYPE_CLASS = "." |
◆ SELECTOR_TYPE_ID
const Seboettg\CiteProc\Styles\Css\CssRule::SELECTOR_TYPE_ID = "#" |
The documentation for this class was generated from the following file: