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

Public Member Functions

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

Public Attributes

 $alias
 
 $click_count
 
- Public Attributes inherited from ColumnTag
 $name
 

Detailed Description

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

Constructor & Destructor Documentation

SelectColumnTag::__construct (   $column)

Constructor

Parameters
string | object$column
Returns
void

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

Member Function Documentation

SelectColumnTag::getExpressionString ( )

Returns the string to be output in the cache file

A select column tag in an XML query can be used for:

  • a star expression: SELECT *
  • a click count expression: SELECT + UPDATE
  • any other select expression (column name, function call etc).
Returns
string

Definition at line 64 of file SelectColumnTag.class.php.

Member Data Documentation

SelectColumnTag::$alias

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

SelectColumnTag::$click_count

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


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