clear(); } /** * Clean up existing context. */ public function clear() { $this->tags = array(); $this->extra = array(); $this->user = null; } }