Method | Description | |
---|---|---|
__construct ( string $label ) | Stashes the name for later comparison. | |
isMatch ( SimpleWidget $widget ) | Comparison. Compares visible text of widget or related label. |
public __construct ( string $label ) | ||
$label | string | Visible text to match. |
public isMatch ( SimpleWidget $widget ) | ||
$widget | SimpleWidget | Control to compare. |