for = $id; return $this; } protected function assemble() { $this->prepend(HtmlString::create(sprintf('for=%s', $this->for))); } }