Method | Description | |
---|---|---|
__construct ( string $propertyName, Webmozart\Expression\Expression $expr ) | Creates the expression. | |
equivalentTo ( Webmozart\Expression\Expression $other ) | ||
evaluate ( $value ) | ||
getPropertyName ( ) : string | Returns the property name. | |
toString ( ) |
public __construct ( string $propertyName, Webmozart\Expression\Expression $expr ) | ||
$propertyName | string | The name of the property. |
$expr | Webmozart\Expression\Expression | The expression to evaluate for the result. |
public equivalentTo ( Webmozart\Expression\Expression $other ) | ||
$other | Webmozart\Expression\Expression |
public getPropertyName ( ) : string | ||
return | string | The property name. |