PHP Класс SelectByLabelOrName, simpletest
Searches by visible label, name or alt text.
Показать файл
Открыть проект
Открытые методы
Метод |
Описание |
|
__construct ( string $label ) |
Stashes the name/label for later comparison. |
|
isMatch ( SimpleWidget $widget ) |
Comparison. Compares visible text of widget or related label or name. |
|
Описание методов
__construct()
публичный Метод
Stashes the name/label for later comparison.
isMatch()
публичный Метод
Comparison. Compares visible text of widget or related label or name.
public isMatch ( SimpleWidget $widget ) |
$widget |
SimpleWidget |
Control to compare. |