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

Public Member Functions

 __construct ($column)
 
 getExpressionString ()
 
 getArgument ()
 
- Public Member Functions inherited from ColumnTag
 __construct ($name)
 

Public Attributes

 $argument
 
 $default_value
 
- Public Attributes inherited from ColumnTag
 $name
 

Detailed Description

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

Constructor & Destructor Documentation

UpdateColumnTag::__construct (   $column)

Constructor

Parameters
object$column
Returns
void

Definition at line 34 of file UpdateColumnTag.class.php.

Member Function Documentation

UpdateColumnTag::getArgument ( )

Returns the Argument associated with this update statement

Returns
QueryArgument

Definition at line 101 of file UpdateColumnTag.class.php.

UpdateColumnTag::getExpressionString ( )

Returns the string to be output in the cache file

Returns
string

Definition at line 80 of file UpdateColumnTag.class.php.

Member Data Documentation

UpdateColumnTag::$argument

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

UpdateColumnTag::$default_value

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


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