persistent = $persistent; return $this; } /** * Is the comment persistent? * * @return bool */ public function getPersistent() { return $this->persistent; } }