PHP Класс SelectByName, simpletest

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

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

Метод Описание
__construct ( string $name ) Stashes the name for later comparison.
getName ( ) Accessor for name.
isMatch ( SimpleWidget $widget ) Compares with name attribute of widget.

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

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

Stashes the name for later comparison.
public __construct ( string $name )
$name string Name attribute to match.

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

Accessor for name.
public getName ( )

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

Compares with name attribute of widget.
public isMatch ( SimpleWidget $widget )
$widget SimpleWidget Control to compare.