click_count = false; return; } $this->click_count = $click_count; } function show() { return $this->click_count; } function getExpression(){ return "$this->column_name = $this->column_name + 1"; } } ?>