Dodo
DOm DOcument implementation
|
Public Member Functions | |
__set (string $name, $value) | |
Hack! Allow (and ignore) any property access to set. | |
Public Member Functions inherited from Wikimedia::IDLeDOM::CSSStyleDeclaration | |
string | getCssText () |
setCssText (string $val) | |
int | getLength () |
string | item (int $index) |
string | getPropertyValue (string $property) |
string | getPropertyPriority (string $property) |
void | setProperty (string $property, ?string $value='', string $priority='') |
string | removeProperty (string $property) |
CSSRule null | getParentRule () |
string | getCssFloat () |
setCssFloat (?string $val) | |
Wikimedia\Dodo\CSSStyleDeclaration::__set | ( | string | $name, |
$value ) |
Hack! Allow (and ignore) any property access to set.
string | $name | |
mixed | $value |