PHP Класс SelectByLabelOrName, simpletest

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

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

Метод Описание
__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.
public __construct ( string $label )
$label string Visible text to match.

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

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