Property | Type | Description | |
---|---|---|---|
$operator | mixed | Textual representation of the comparison operator. | |
$value | mixed | The value that this condition compares against. |
Method | Description | |
---|---|---|
__construct ( mixed $value = null ) | Constructs a new comparison condition. | |
__toString ( ) : string | Returns a textual representation of this condition. | |
getOperator ( ) : string | Returns the operator. | |
getValue ( ) : mixed | Returns the value that this condition compares against. | |
setValue ( mixed $value ) | Sets the value that this condition compares against. |
public __construct ( mixed $value = null ) | ||
$value | mixed |
public __toString ( ) : string | ||
return | string |
protected mixed $operator | ||
return | mixed |
protected mixed $value | ||
return | mixed |