PHP Class SelectByLabelOrName, simpletest
Searches by visible label, name or alt text.
Mostra file
Open project: simpletest/simpletest
Public Methods
Method |
Description |
|
__construct ( string $label ) |
Stashes the name/label for later comparison. |
|
isMatch ( SimpleWidget $widget ) |
Comparison. Compares visible text of widget or related label or name. |
|
Method Details
__construct()
public method
Stashes the name/label for later comparison.
Comparison. Compares visible text of widget or related label or name.
public isMatch ( SimpleWidget $widget ) |
$widget |
SimpleWidget |
Control to compare. |