프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$operator | mixed | Textual representation of the comparison operator. | |
$value | mixed | The value that this condition compares against. |
메소드 | 설명 | |
---|---|---|
__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 | ||
리턴 | string |
protected mixed $operator | ||
리턴 | mixed |