click_count = false; return; } $this->click_count = $click_count; } function show() { return $this->click_count; } /** * Return column expression, ex) column = column + 1 * @return string */ function getExpression() { return "$this->column_name = $this->column_name + 1"; } } /* End of file ClickCountExpression.class.php */ /* Location: ./classes/db/queryparts/expression/ClickCountExpression.class.php */