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

Public Member Functions

 __construct ($column_name, $argument)
 
 getValue ($with_values=true)
 
 show ()
 
 getArgument ()
 
 getArguments ()
 
- Public Member Functions inherited from Expression
 __construct ($column_name)
 
 getColumnName ()
 
 show ()
 
 getExpression ()
 

Public Attributes

 $argument
 
- Public Attributes inherited from Expression
 $column_name
 

Detailed Description

Definition at line 11 of file InsertExpression.class.php.

Constructor & Destructor Documentation

InsertExpression::__construct (   $column_name,
  $argument 
)

constructor

Parameters
string$column_name
object$argument
Returns
void

Definition at line 26 of file InsertExpression.class.php.

Member Function Documentation

InsertExpression::getArgument ( )

Definition at line 55 of file InsertExpression.class.php.

InsertExpression::getArguments ( )

Definition at line 60 of file InsertExpression.class.php.

InsertExpression::getValue (   $with_values = true)

Definition at line 32 of file InsertExpression.class.php.

InsertExpression::show ( )

Definition at line 41 of file InsertExpression.class.php.

Member Data Documentation

InsertExpression::$argument

Definition at line 18 of file InsertExpression.class.php.


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