Метод |
Описание |
|
__construct ( Query $fd ) |
Store the FluentDOM instance for later use and decode the style string into an array |
|
count ( ) : integer |
Get the property count of the first selected node |
|
getIterator ( ) : Iterator |
Get an iterator for the properties |
|
offsetExists ( string $name ) : boolean |
Allow to use isset() and array syntax to check if a css property is set on
the first matched node. |
|
offsetGet ( string $name ) : boolean | mixed |
Allow to use array syntax to read a css property value from first matched node. |
|
offsetSet ( string $name, string $value ) |
Allow to use array syntax to change a css property value on all matched nodes. |
|
offsetUnset ( string $name ) |
Allow to use unset and array syntax to remove a css property value on
all matched nodes. |
|