XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
ConditionWithArgument Class Reference
Inheritance diagram for ConditionWithArgument:
Condition

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
 

Detailed Description

Definition at line 9 of file ConditionWithArgument.class.php.

Constructor & Destructor Documentation

ConditionWithArgument::__construct (   $column_name,
  $argument,
  $operation,
  $pipe = "" 
)

constructor

Parameters
string$column_name
mixed$argument
string$operation
string$pipe
Returns
void

Definition at line 20 of file ConditionWithArgument.class.php.

Member Function Documentation

ConditionWithArgument::getArgument ( )

Definition at line 31 of file ConditionWithArgument.class.php.

ConditionWithArgument::show ( )
Returns
boolean

Definition at line 77 of file ConditionWithArgument.class.php.

ConditionWithArgument::toStringWithoutValue ( )

change string without value

Returns
string

Definition at line 42 of file ConditionWithArgument.class.php.


The documentation for this class was generated from the following file: