Method | Description | |
---|---|---|
__construct ( string $comparedValue ) | Creates the expression. | |
equivalentTo ( Webmozart\Expression\Expression $other ) | ||
evaluate ( $value ) | ||
getComparedValue ( ) : string | Returns the accepted suffix. | |
toString ( ) |
public __construct ( string $comparedValue ) | ||
$comparedValue | string | The compared value. |
public equivalentTo ( Webmozart\Expression\Expression $other ) | ||
$other | Webmozart\Expression\Expression |
public getComparedValue ( ) : string | ||
return | string | The accepted suffix. |