Method | Description | |
---|---|---|
__construct ( string $id ) | Stashes the name for later comparison. | |
isMatch ( SimpleWidget $widget ) | Comparison. Compares id attribute of widget. |
public __construct ( string $id ) | ||
$id | string | ID atribute to match. |
public isMatch ( SimpleWidget $widget ) | ||
$widget | SimpleWidget | Control to compare. |