kind = $kind; } public function getKind() { return $this->kind; } public function setPlaceholder($placeholder) { $this->placeholder = $placeholder; } public function getPlaceholder() { return $this->placeholder; } public function setUserValue($userValue) { $this->userValue = $userValue; } public function getUserValue() { return $this->userValue; } }