name = $name; $this->value = (int)$value; } /** * @return string */ public function getName() { return $this->name; } /** * @return int */ public function getValue() { return $this->value; } }