PHP Class SelectByLabelOrName, simpletest

Searches by visible label, name or alt text.
Inheritance: implements SelectorInterface
Afficher le fichier Open project: simpletest/simpletest

Méthodes publiques

Méthode 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 méthode

Stashes the name/label for later comparison.
public __construct ( string $label )
$label string Visible text to match.

isMatch() public méthode

Comparison. Compares visible text of widget or related label or name.
public isMatch ( SimpleWidget $widget )
$widget SimpleWidget Control to compare.