@@ -185,6 +185,9 @@ |
||
| 185 | 185 | $this->removeAttribute($name); |
| 186 | 186 | } |
| 187 | 187 | |
| 188 | + /** |
|
| 189 | + * @param integer $idx |
|
| 190 | + */ |
|
| 188 | 191 | abstract public function find(string $selector, $idx = null); |
| 189 | 192 | |
| 190 | 193 | abstract public function getAllAttributes(); |