Method | Description | |
---|---|---|
__construct ( string $key ) | Creates the expression. | |
equivalentTo ( Webmozart\Expression\Expression $other ) | ||
evaluate ( $value ) | ||
getKey ( ) : string | Returns the array key. | |
toString ( ) |
public __construct ( string $key ) | ||
$key | string | The array key. |
public equivalentTo ( Webmozart\Expression\Expression $other ) | ||
$other | Webmozart\Expression\Expression |