bar; } /** * @param $bar * @return $this */ public function setBar($bar) { $this->bar = $bar; return $this; } }