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

Public Member Functions

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

Public Attributes

 $argument
 
- Public Attributes inherited from UpdateExpression
 $argument
 
- Public Attributes inherited from Expression
 $column_name
 

Detailed Description

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

Constructor & Destructor Documentation

UpdateExpressionWithoutArgument::__construct (   $column_name,
  $argument 
)

constructor

Parameters
string$column_name
object$argument
Returns
void

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

Member Function Documentation

UpdateExpressionWithoutArgument::getArgument ( )

Definition at line 62 of file UpdateExpressionWithoutArgument.class.php.

UpdateExpressionWithoutArgument::getArguments ( )

Definition at line 67 of file UpdateExpressionWithoutArgument.class.php.

UpdateExpressionWithoutArgument::getExpression (   $with_value = true)

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

UpdateExpressionWithoutArgument::getValue ( )

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

UpdateExpressionWithoutArgument::show ( )

Definition at line 48 of file UpdateExpressionWithoutArgument.class.php.

Member Data Documentation

UpdateExpressionWithoutArgument::$argument

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


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