PHP Класс SelectByLabel, simpletest

Searches by visible label or alt text.
Наследование: implements SelectorInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $label ) Stashes the name for later comparison.
isMatch ( SimpleWidget $widget ) Comparison. Compares visible text of widget or related label.

Описание методов

__construct() публичный Метод

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

isMatch() публичный Метод

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