Метод | Описание | |
---|---|---|
__construct ( mixed $comparedValue ) | Creates the expression. | |
equivalentTo ( Webmozart\Expression\Expression $other ) | ||
evaluate ( $value ) | ||
getComparedValue ( ) : mixed | Returns the compared value. | |
toString ( ) |
public __construct ( mixed $comparedValue ) | ||
$comparedValue | mixed | The compared value. |
public equivalentTo ( Webmozart\Expression\Expression $other ) | ||
$other | Webmozart\Expression\Expression |
public getComparedValue ( ) : mixed | ||
Результат | mixed | The compared value. |