Méthode |
Description |
|
__construct ( Query $fd ) |
Store the FluentDOM instance for later use |
|
count ( ) : integer |
Get the attribute count of the first selected node |
|
getIterator ( ) : Iterator |
Get an iterator for the attributes of the first node |
|
offsetExists ( string $name ) : boolean |
Check if the first selected node has the specified attribute |
|
offsetGet ( string $name ) : string |
Read the specified attribute from the first node |
|
offsetSet ( string $name, string $value ) |
Set the attribute on all selected element nodes |
|
offsetUnset ( string | array $name ) |
Remove the attribute(s) on all selected element nodes |
|
toArray ( ) : array |
Convert the attributes of the first node into an array |
|