Public Member Functions | |
| __construct ($column_name, $argument, $operation, $pipe="") | |
| getArgument () | |
| toStringWithoutValue () | |
| show () | |
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 ConditionWithArgument.class.php.
| ConditionWithArgument::__construct | ( | $column_name, | |
| $argument, | |||
| $operation, | |||
$pipe = "" |
|||
| ) |
constructor
| string | $column_name | |
| mixed | $argument | |
| string | $operation | |
| string | $pipe |
Definition at line 20 of file ConditionWithArgument.class.php.
| ConditionWithArgument::getArgument | ( | ) |
Definition at line 31 of file ConditionWithArgument.class.php.
| ConditionWithArgument::show | ( | ) |
Definition at line 77 of file ConditionWithArgument.class.php.
| ConditionWithArgument::toStringWithoutValue | ( | ) |
change string without value
Definition at line 42 of file ConditionWithArgument.class.php.
1.8.5