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 | |
Definition at line 11 of file SelectColumnTag.class.php.
| SelectColumnTag::__construct | ( | $column | ) |
Constructor
| string | object | $column |
Definition at line 34 of file SelectColumnTag.class.php.
| SelectColumnTag::getExpressionString | ( | ) |
Returns the string to be output in the cache file
A select column tag in an XML query can be used for:
Definition at line 64 of file SelectColumnTag.class.php.
| SelectColumnTag::$alias |
Definition at line 19 of file SelectColumnTag.class.php.
| SelectColumnTag::$click_count |
Definition at line 26 of file SelectColumnTag.class.php.
1.8.5