Public Member Functions | |
__construct ($column_name, $argument, $operation, $pipe="") | |
Public Member Functions inherited from Condition | |
__construct ($column_name, $argument, $operation, $pipe) | |
getArgument () | |
toString ($withValue=true) | |
toStringWithoutValue () | |
toStringWithValue () | |
setPipe ($pipe) | |
show () | |
getConditionPart ($value) | |
Additional Inherited Members | |
Public Attributes inherited from Condition | |
$column_name | |
$argument | |
$operation | |
$pipe | |
$_value | |
$_show | |
$_value_to_string | |
Definition at line 9 of file ConditionSubquery.class.php.
ConditionSubquery::__construct | ( | $column_name, | |
$argument, | |||
$operation, | |||
$pipe = "" |
|||
) |
constructor
string | $column_name | |
mixed | $argument | |
string | $operation | |
string | $pipe |
Definition at line 20 of file ConditionSubquery.class.php.