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

Public Member Functions

 __construct ($column_name, $value)
 
 getExpression ()
 
 getValue ()
 
 show ()
 
- Public Member Functions inherited from Expression
 __construct ($column_name)
 
 getColumnName ()
 
 show ()
 
 getExpression ()
 

Public Attributes

 $value
 
- Public Attributes inherited from Expression
 $column_name
 

Detailed Description

Definition at line 12 of file DeleteExpression.class.php.

Constructor & Destructor Documentation

DeleteExpression::__construct (   $column_name,
  $value 
)

constructor

Parameters
string$column_name
mixed$value
Returns
void

Definition at line 27 of file DeleteExpression.class.php.

Member Function Documentation

DeleteExpression::getExpression ( )

Return column expression, ex) column = value

Returns
string

Definition at line 37 of file DeleteExpression.class.php.

DeleteExpression::getValue ( )

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

DeleteExpression::show ( )

Definition at line 52 of file DeleteExpression.class.php.

Member Data Documentation

DeleteExpression::$value

Definition at line 19 of file DeleteExpression.class.php.


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