PHP Class SelectByLabel, simpletest

Searches by visible label or alt text.
Inheritance: implements SelectorInterface
Show file Open project: simpletest/simpletest

Public Methods

Method Description
__construct ( string $label ) Stashes the name for later comparison.
isMatch ( SimpleWidget $widget ) Comparison. Compares visible text of widget or related label.

Method Details

__construct() public method

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

isMatch() public method

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