PHP Interface yii\debug\components\search\matchers\MatcherInterface

Since: 2.0
Author: Mark Jebri ([email protected])
Afficher le fichier Open project: yiisoft/yii2-debug Interface Usage Examples

Méthodes publiques

Méthode Description
hasValue ( ) : boolean Checks if base value is set
match ( mixed $value ) : boolean Checks if the value passed matches base value.
setValue ( mixed $value ) Sets base value to match against

Method Details

hasValue() public méthode

Checks if base value is set
public hasValue ( ) : boolean
Résultat boolean if base value is set

match() public méthode

Checks if the value passed matches base value.
public match ( mixed $value ) : boolean
$value mixed value to be matched
Résultat boolean if there is a match

setValue() public méthode

Sets base value to match against
public setValue ( mixed $value )
$value mixed