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

Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from ColumnTag
 $name
 

Detailed Description

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

Constructor & Destructor Documentation

InsertColumnTagWithoutArgument::__construct (   $column)

Constructor

Parameters
object$column
Returns
void

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

Member Function Documentation

InsertColumnTagWithoutArgument::getArgument ( )

Returns the QueryArgument object associated with this INSERT statement

Returns
null

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

InsertColumnTagWithoutArgument::getExpressionString ( )

Returns the string to be output in the cache file

Returns
string

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


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