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 | |
Definition at line 11 of file UpdateColumnTag.class.php.
| UpdateColumnTag::__construct | ( | $column | ) |
Constructor
| object | $column |
Definition at line 34 of file UpdateColumnTag.class.php.
| UpdateColumnTag::getArgument | ( | ) |
Returns the Argument associated with this update statement
Definition at line 101 of file UpdateColumnTag.class.php.
| UpdateColumnTag::getExpressionString | ( | ) |
Returns the string to be output in the cache file
Definition at line 80 of file UpdateColumnTag.class.php.
| UpdateColumnTag::$argument |
Definition at line 19 of file UpdateColumnTag.class.php.
| UpdateColumnTag::$default_value |
Definition at line 26 of file UpdateColumnTag.class.php.
1.8.5